Compare commits

..

6 Commits
main ... main

Author SHA1 Message Date
germedeb 23b1620a53 switched the inline command to fetch the commit version to the small version and moved it to a variable just avobe the tar command.
this improves readability i think. the real change is in the %H to %h.
2022-08-29 16:37:13 -03:00
germedeb 528a04825d added "-o" and switched "--ignore-dependency" check to "-k"
The "-o" optimizes the build.

Aleta's build script has updated his arguments and changing --ignore-d... to -k is necesary to make aleta releaser work.
2022-08-29 16:11:47 -03:00
germedeb 1142cf8a26 rollback: switched -J to -z 2022-08-29 16:08:20 -03:00
germedeb f7e4b0b6b2 update generate_release: update arguments format 2022-08-16 19:36:54 -03:00
germedeb 2e9447dc80 updated options for the aleta's build script 2022-08-16 17:17:34 -03:00
germedeb 40907ed0d6 Merge pull request 'updating the branch to the lastest changes' (#1) from sergiotarxz/AletaReleaser:main into main
Reviewed-on: germedeb/AletaReleaser#1
2022-08-16 22:16:22 +02:00
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ cd $HOME/aleta
echo 'will cite' | parallel --bibtex
broadwayd :5 &
GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 bash tasks/build.sh --avoid-optipng --restart --autoinstall --ignore-dependency-check
GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 bash tasks/build.sh -r -v -e -k -o
tar -C ~/.icons -czvf ~/output/aleta.tar.gz aleta
COMMITVER="`git log --pretty=format:%h -1`"
tar -cvzf ~/output/aleta-"$COMMITVER".tar.gz _build/aleta