Codebase list rust-libslirp / 3a0a1ad
release.sh: set REUSE_EXISTING_ORIG_TARBALL when doing a RERELEASE Ximin Luo 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3939 # sometimes the copyright years need to be updated, try to do this automatically
4040 if git diff -- "$PKGDIR_REL/debian/copyright.debcargo.hint" | patch --no-backup-if-mismatch "$PKGDIR_REL/debian/copyright"; then
4141 git add "$PKGDIR_REL/debian/copyright.debcargo.hint" "$PKGDIR_REL/debian/copyright"
42 export REUSE_EXISTING_ORIG_TARBALL=1
4243 else
4344 git diff -- "$PKGDIR_REL/debian/copyright.debcargo.hint"
4445 abort 1 \