mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2019-06-10 533d817403dfcfa3b671e33694b6ad17670d7e57
Added TODOs
1 files modified
5 ■■■■ changed files
README.org 5 ●●●● patch | view | raw | blame | history
README.org
@@ -15,4 +15,7 @@
The packages are built and put into the directory ~/build/repo/x86_64~, then pushed with git.
Only the latest packages are stored in ~/build/repo/x86_64~ to avoid multiple older versions building up.
Since git is used, be sure to sign in to git in the chroot and set ~git config --global credential.helper store~, with an appropriate remote repository.
To enable automatic building, create a cronjob for root, something of the sort of ~* 12 * * * /path/to/dir/build_packages.sh~.
To enable automatic building, create a cronjob for root, something of the sort of ~* 12 * * * /path/to/dir/build_packages.sh~ to build ever day at noon.
* To Dos
- Add a script to create the chroot folder.
- Error catching for builds which fail.