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 15:52:04 +0200
commitb1d319355e7189391baf890cc4a0900a458ee151 (patch)
treeb6522dd46dcefb7ffd69198a0f99d66d07f03392 /archbuild.in
parente8deeede0860ae49dc1455e27a2fe5d588a2f249 (diff)
revert eab5aba9b027a7689acaf2382a04ff69b5b8771e - it does not work with sudo-1.8.23-1v20180516archlinux32/v20180516
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[@]}"