Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-16 15:52:04 +0200
committerErich Eckner <git@eckner.net>2018-05-16 16:39:44 +0200
commit00ef9b99d9e66991a03f389958fd17a6dd845c5f (patch)
treefc363b22525eae299ca73f0c9efc579f665f0a17 /archbuild.in
parenta02998cd8c547faec6547656e0973363cb0c4dda (diff)
revert eab5aba9b027a7689acaf2382a04ff69b5b8771e - it does not work with sudo-1.8.23-1v20180516.1archlinux32/v20180516.1
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[@]}"