diff options
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -46,6 +46,11 @@ if [[ ! -d "$CHROOTS" ]]; then return 1 fi +# Always build official packages reproducibly +if [[ ! -v SOURCE_DATE_EPOCH ]]; then + export SOURCE_DATE_EPOCH=$(date +%s) +fi + __genchroot() { sudo btrfs subvolume snapshot "$chrootdir/root" "$copydir" } |