Skip to content

Commit

Permalink
fix: ignore apt changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
gigatim committed Sep 19, 2024
1 parent 177fc0f commit 90c8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
mkdir -p $cache_dir/out
rm -f $cache_dir/out/*
TARBALL="$cache_dir/out/$APP-$VERSION.tar.gz"
tar zcf $TARBALL --dereference -C _build/${RELEASE_ENV}/rel/$APP/ .
tar zcf $TARBALL --dereference --exclude='*.apt/usr/share/doc/*' -C _build/${RELEASE_ENV}/rel/$APP/ .

# so it can be deleted outside of container
chmod +w $cache_dir/out/$APP-$VERSION.tar.gz
Expand Down

0 comments on commit 90c8fc4

Please sign in to comment.