Skip to content

Commit

Permalink
Fix staging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jun 2, 2024
1 parent 2490029 commit 0983018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reprepro-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fi

# Move packages from build to production stage
pkgs=$(reprepro list "$DISTRO-build" | grep -v "|source" | cut -s -d " " -f 2)
reprepro copy "$DISTRO" "$DISTRO-build" "$pkgs"
# shellcheck disable=SC2086
reprepro copy "$DISTRO" "$DISTRO-build" $pkgs

# reprepro remove "$DISTRO-build" "$pkgs"

0 comments on commit 0983018

Please sign in to comment.