Parcourir la 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 il y a 9 ans
Parent
commit
0da4fd61da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg.sh

+ 1 - 1
pkg.sh

@@ -10,7 +10,7 @@ fi
 
 # If no tag, use commit SHA1
 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".*"
 git archive HEAD --prefix=${name}/ --format=zip -o dist/${name}.zip -9