mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
refactor(guix-1.5.0): [not tested]split seed prep into improve step and move build script to pass2
This commit is contained in:
parent
3dcc4ec95d
commit
8bb3da9961
2 changed files with 1 additions and 4 deletions
|
|
@ -8,10 +8,6 @@ src_prepare() {
|
|||
|
||||
default
|
||||
|
||||
# Merge improve:guix-1.5.0 into build:guix-1.5.0 so manifest order cannot
|
||||
# accidentally influence pass number selection.
|
||||
"${SRCDIR}/improve/guix-1.5.0.sh"
|
||||
|
||||
if [ ! -f /tmp/guix-bootstrap-seeds.env ]; then
|
||||
echo "Missing /tmp/guix-bootstrap-seeds.env" >&2
|
||||
false
|
||||
|
|
@ -69,6 +69,7 @@ build: mes-minimal-stripped-0.19-i686-linux
|
|||
build: mescc-tools-static-stripped-0.5.2-i686-linux
|
||||
# End of Guix Bootstrap seeds
|
||||
build: guix-hash-compat-1.5.0
|
||||
improve: guix-1.5.0
|
||||
build: guix-1.5.0
|
||||
build: loopback-bind-127001
|
||||
improve: services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue