Skip to content

Commit 488d58f

Browse files
Johnnynatorthe-maldridge
authored andcommitted
release.sh.in: REPOSITORY should be XBPS_REPOSITORY
1 parent f9d2624 commit 488d58f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

release.sh.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REPOSITORY="/hostdir/binpkgs /hostdir/binpkgs/musl /hostdir/binpkgs/aarch64"
3+
XBPS_REPOSITORY="-r /hostdir/binpkgs -r /hostdir/binpkgs/musl -r /hostdir/binpkgs/aarch64"
44
DATECODE=$(date "+%Y%m%d")
55

66
make
@@ -9,9 +9,9 @@ ARCHS="$(echo x86_64{,-musl} i686 armv{6,7}l{,-musl} aarch64{,-musl})"
99
PLATFORMS="$(echo rpi{,2,3,4}{,-musl})"
1010
SBC_IMGS="$(echo rpi{,2,3,4}{,-musl})"
1111

12-
make rootfs-all ARCHS="$ARCHS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
13-
make platformfs-all PLATFORMS="$PLATFORMS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
14-
make images-all-sbc SBC_IMGS="$SBC_IMGS" REPOSITORY="$REPOSITORY" DATECODE="$DATECODE"
12+
make rootfs-all ARCHS="$ARCHS" XBPS_REPOSITORY="$XBPS_REPOSITORY" DATECODE="$DATECODE"
13+
make platformfs-all PLATFORMS="$PLATFORMS" XBPS_REPOSITORY="$XBPS_REPOSITORY" DATECODE="$DATECODE"
14+
make images-all-sbc SBC_IMGS="$SBC_IMGS" XBPS_REPOSITORY="$XBPS_REPOSITORY" DATECODE="$DATECODE"
1515

1616
MKLIVE_REPO=(-r /hostdir/binpkgs -r /hostdir/binpkgs/nonfree -r /hostdir/musl -r /hostdir/binpkgs/musl/nonfree)
1717
./build-x86-images.sh -a i686 -b base "${MKLIVE_REPO[@]}"

0 commit comments

Comments
 (0)