Browse Source

Change suffix of source tarballs

 + _source has a length similar to binary suffixes.
 + The old _src was quite confusing too, since someone may think the
 archive is containing the ./src directory instead of the whole
 repository.
Leo 9 years ago
parent
commit
0da4fd61da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg.sh

+ 1 - 1
pkg.sh

@@ -10,7 +10,7 @@ fi
 
 
 # If no tag, use commit SHA1
 # If no tag, use commit SHA1
 id=`git describe --abbrev=10 --candidates=50 HEAD`
 id=`git describe --abbrev=10 --candidates=50 HEAD`
-name=oclaunch_${id}_src # _src emphasis the difference with binary tarballs
+name=oclaunch_${id}_source # _source emphasis the difference with binary tarballs
 
 
 echo "Writing in" $name".*"
 echo "Writing in" $name".*"
 git archive HEAD --prefix=${name}/ --format=zip -o dist/${name}.zip -9
 git archive HEAD --prefix=${name}/ --format=zip -o dist/${name}.zip -9