tools-{musl,systemd,uclibc}: switch to nightheron

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2020-02-09 12:32:06 -05:00
parent c8b2d3368e
commit f80a68d359
No known key found for this signature in database
GPG key ID: 9384FA6EF52D4BBA
11 changed files with 109 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/catalyst/catalyst.conf
source $(pwd)/catalyst.conf.local
mydate=$(date +%Y%m%d)
@ -40,7 +40,8 @@ do_stages() {
fi
banner ${s} ${arch}
catalyst -f stage${s}-${arch}-systemd.conf \
catalyst -c $(pwd)/catalyst.conf.local \
-f stage${s}-${arch}-systemd.conf \
| tee -a zzz.log \
> stage${s}-${arch}-systemd.log \
2> stage${s}-${arch}-systemd.err