Skip to content

Commit 6628402

Browse files
authored
Use new eit options
1 parent 64f8ee5 commit 6628402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sabayon-createrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ fi
6868
eit key import \$repo /etc/entropy/mykeys/private.key /etc/entropy/mykeys/key.pub && { eit key sign \$repo || true; } && { echo "=== Repository key imported successfully ==="; }
6969
7070
echo "=== Injecting packages ==="
71-
echo "Yes" | eit inject \${built_pkgs} || { echo "ouch unable to inject" && exit 3; }
72-
echo "Yes Yes Yes" | eit commit --quick
71+
eit inject --quick \${built_pkgs} || { echo "ouch unable to inject" && exit 3; }
72+
eit commit --quick
7373
7474
echo "=== Pushing built packages locally ==="
7575
eit push --quick --force

0 commit comments

Comments
 (0)