Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-19 | ch: Remove additional subvolume in single clean | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-01-23 | ch: Add SOURCE_DATE_EPOCH for repro builds | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-08-30 | ch: Fix broken clean due to /var/lib/portables | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-10-15 | ch: Delete /var/lib/portables if it exists | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-13 | ch: be more verbose when creating a new chroot | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-13 | ch: Output namei -l when permissions are incorrect | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-13 | ch: Add missing quotes | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-13 | ch: check permissions of $CHROOT directory | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-21 | ch: Delete /var/lib/machines if it exists | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | ch: Improve list output | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | ch: Add clean-single; improve cbuild | Florian Pritz | 1 | -2/+19 | |
cbuild now works with multiple builds running in parallel (hopefully) Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Force umask 022 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Inline chroot creation code | Florian Pritz | 1 | -8/+20 | |
This removes a confusing error message from archbuild which was caused by it being run in an empty directory. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Fix shellcheck warnings | Florian Pritz | 1 | -6/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Return early on error | Florian Pritz | 1 | -2/+2 | |
Fixes an issue with gzip waiting forever when there are no files to be compressed and mv throwing an error. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Stop ch kill from initializing a chroot | Florian Pritz | 1 | -8/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-19 | ch: Only compress logs once | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-13 | ch: gzip logs | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-01-09 | ch: Fix argument order in shell-bind | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-01-09 | ch: add shell-bind command | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-12-14 | ch: update doc; move numbered logfiles | Florian Pritz | 1 | -4/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-12-02 | ch: move log files to subdir | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-11 | ch: add cbuild (clean build) | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-06-03 | misc changes | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-26 | ch add build-single to pass arguments to makechrootpkg | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-03 | ch: enable nullglob to prevent errors if no chroots exist | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-27 | ch: update for changes in devtools 20130525 | Florian Pritz | 1 | -9/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-03-28 | ch: add list command | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-02 | ch: add repack support | Florian Pritz | 1 | -3/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-25 | Add ch | Florian Pritz | 1 | -0/+178 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |