Skip to content

Commit

Permalink
Merge commit 'refs/pull/105/head' of github.com:archlinux/archlinux-r…
Browse files Browse the repository at this point in the history
…epro
  • Loading branch information
Foxboron committed Jan 16, 2022
2 parents 7ac27b8 + 2cb9413 commit 7783f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function cmd_check(){
DEVTOOLS_PKG="devtools"
if [[ -z "${BUILDTOOL}" ]] || [[ "${BUILDTOOL}" = makepkg ]]; then
DEVTOOLS="devtools-20210202-3-any"
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
DEVTOOLS_PKG="$ARCHIVEURL/d/devtools/${DEVTOOLS}.pkg.tar${pkg##*tar}"
elif [[ "${BUILDTOOL}" = devtools ]] ; then
DEVTOOLS="${BUILDTOOL}-${BUILDTOOLVER}"
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
Expand Down Expand Up @@ -482,6 +482,7 @@ rm --recursive /etc/pacman.d/gnupg/
cp --target-directory=/etc/pacman.d/ --recursive /gnupg
echo "faked-system-time ${SOURCE_DATE_EPOCH}" >> /etc/pacman.d/gnupg/gpg.conf
pacstrap -G -U /mnt --needed "\$@"
echo "Installing devtools from $DEVTOOLS_PKG"
# Ignore all dependencies since we only want the file
# Saves us a few seconds and doesn't download a bunch of things
# we are getting rid off
Expand Down

0 comments on commit 7783f25

Please sign in to comment.