diff options
author | Peter Wilmott <p@p8952.info> | 2015-02-13 12:45:44 +0000 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-02-13 12:45:58 +0000 |
commit | ff36124b3fc1346a33ce805544feb625ae7fe954 (patch) | |
tree | 33d2eeba5af750c7c85d062377c81f3537f591b9 | |
parent | Increase width of main content row (diff) | |
download | ruby-tinderbox-ff36124b3fc1346a33ce805544feb625ae7fe954.tar.gz ruby-tinderbox-ff36124b3fc1346a33ce805544feb625ae7fe954.tar.bz2 ruby-tinderbox-ff36124b3fc1346a33ce805544feb625ae7fe954.zip |
Reduce calls to repoman
-rwxr-xr-x | repoman.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,11 +20,9 @@ function REPOMAN() { mkdir -p "$SCRIPT_DIR/repo-logs/$CATEGORY/$NAME-$VERSION/$DATE" cd "$SCRIPT_DIR/overlay/$CATEGORY/$NAME" repoman scan || true - repoman manifest - repoman full > "$SCRIPT_DIR/repo-logs/$CATEGORY/$NAME-$VERSION/$DATE/current.txt" || true + repoman --digest=y full > "$SCRIPT_DIR/repo-logs/$CATEGORY/$NAME-$VERSION/$DATE/current.txt" || true sed -i -e "/^USE_RUBY/s/$CURR_TARGET/$CURR_TARGET $NEXT_TARGET/" "$NAME-$VERSION.ebuild" - repoman manifest - repoman full > "$SCRIPT_DIR/repo-logs/$CATEGORY/$NAME-$VERSION/$DATE/next.txt" || true + repoman --digest=y full > "$SCRIPT_DIR/repo-logs/$CATEGORY/$NAME-$VERSION/$DATE/next.txt" || true } function CLEANUP() { |