Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 99cae9c7d1 | |||
| d0df62c8f6 | |||
| 6ee7ef7845 |
@@ -311,6 +311,9 @@ say "*** Ready to compile, finger crossed ***";
|
||||
system("emerge --info")
|
||||
; #always give detailed information about the building environment, helpful to debug
|
||||
|
||||
say "Devkit version:";
|
||||
system("equo s -vq app-misc/sabayon-devkit");
|
||||
|
||||
my $rt;
|
||||
|
||||
if ($emerge_split_install) {
|
||||
|
||||
+3
-3
@@ -61,12 +61,12 @@ else
|
||||
echo "Yes" | eit init --quick \$repo
|
||||
fi
|
||||
|
||||
[ -f "/etc/entropy/mykeys/key.pub" ] && [ -f "/etc/entropy/mykeys/private.key" ] && { eit key status \$repo; } \
|
||||
eit key import \$repo /etc/entropy/mykeys/private.key /etc/entropy/mykeys/key.pub && { eit key sign \$repo || true; }
|
||||
|
||||
echo "Yes" | eit inject \${built_pkgs} || { echo "ouch unable to inject" && exit 3; }
|
||||
echo "Yes Yes Yes" | eit commit --quick
|
||||
|
||||
[ -f "/etc/entropy/mykeys/key.pub" ] && [ -f "/etc/entropy/mykeys/private.key" ] &&\
|
||||
eit key import \$repo /etc/entropy/mykeys/private.key /etc/entropy/mykeys/key.pub && { eit key sign \$repo || true; }
|
||||
|
||||
eit push --quick --force
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user