Compare commits

...

8 Commits

Author SHA1 Message Date
germedeb 527ce66883 updated links in the readme 2022-08-29 16:58:07 -03:00
germedeb 2426867498 updated and organized the readme. and added a download section. 2022-08-29 16:55:27 -03:00
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
2 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,11 @@
# AletaReleaser
Generator of nightly/unstable [Aleta](https://gitea.sergiotarxz.freemyip.com/germedeb/aleta-postre) releases.
Generator of releases of [Aleta](https://git.owlcode.tech/germedeb/aleta-postre) per commit.
This is an automated CI that detects changes in Aleta and perform a build.
This is an automated CI that detects changes in Aleta and build a release. It's like a rolling release build center or something similar.
Go to the [Releases](https://gitea.sergiotarxz.freemyip.com/sergiotarxz/AletaReleaser/releases) section in this page to get a release.
If you want stable releases, go to the [aleta](https://gitea.sergiotarxz.freemyip.com/germedeb/aleta-postre) repo and download a release from there.
## How to Download
Go to the [Releases Page](https://git.owlcode.tech/sergiotarxz/AletaReleaser/releases) and go to the download zone. there download the file called aleta-CCCCCCC.tar.gz where CCCCCCC is a bunch of characters, that is the commit identifier.
To get major releases, go to the [aleta](https://git.owlcode.tech/germedeb/aleta-postre/releases) repo and download a release from there.

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