Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0df62c8f6 | |||
| 6ee7ef7845 |
@@ -311,6 +311,9 @@ say "*** Ready to compile, finger crossed ***";
|
|||||||
system("emerge --info")
|
system("emerge --info")
|
||||||
; #always give detailed information about the building environment, helpful to debug
|
; #always give detailed information about the building environment, helpful to debug
|
||||||
|
|
||||||
|
say "Devkit version:";
|
||||||
|
system("equo s -vq app-misc/sabayon-devkit");
|
||||||
|
|
||||||
my $rt;
|
my $rt;
|
||||||
|
|
||||||
if ($emerge_split_install) {
|
if ($emerge_split_install) {
|
||||||
|
|||||||
+3
-3
@@ -61,12 +61,12 @@ else
|
|||||||
echo "Yes" | eit init --quick \$repo
|
echo "Yes" | eit init --quick \$repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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" ] &&\
|
[ -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 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
|
||||||
|
|
||||||
eit push --quick --force
|
eit push --quick --force
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user