mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
remove create-release-tarball.sh as per code review
This commit is contained in:
parent
f9d11fdcf5
commit
6d54f74858
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
# script to create a tarball for the files that should be in the CTAN upload
|
||||
|
||||
# fetch version via git
|
||||
VERSION=$(git describe --tags --dirty)
|
||||
TARBALL=moderncv-$VERSION.tar
|
||||
|
||||
# remove existing tarballs
|
||||
rm -f $TARBALL $TARBALL.gz
|
||||
|
||||
# create tar with all files in git repo
|
||||
git archive HEAD > $TARBALL
|
||||
|
||||
# remove git specific files
|
||||
tar -f $TARBALL --delete .github/ .gitignore create-release-tarball.sh
|
||||
|
||||
# compress
|
||||
gzip $TARBALL
|
||||
Loading…
Add table
Add a link
Reference in a new issue