summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'archbuild.in')
-rw-r--r--archbuild.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/archbuild.in b/archbuild.in
index 73ae65d..7e1a964 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -45,7 +45,7 @@ while getopts 'hcr:' arg; do
esac
done
-check_root SOURCE_DATE_EPOCH
+check_root
if [ "${arch}" = "x86_64" ]; then
cache_dir=''
@@ -100,10 +100,5 @@ else
pacman --arch ${arch} -Syu --noconfirm || abort
fi
-# Always build official packages reproducibly
-if [[ ! -v SOURCE_DATE_EPOCH ]]; then
- export SOURCE_DATE_EPOCH=$(date +%s)
-fi
-
msg "Building in chroot for [%s] (%s)..." "${repo}" "${arch}"
exec makechrootpkg -r "${chroots}/${repo}-${arch}" "${makechrootpkg_args[@]}"