diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-11 14:53:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-11 14:53:49 +0100 |
commit | 84f0df8a846a87cdcfc3d85293110c6e35af918f (patch) | |
tree | e26be8c4779bcdc8ff9dee602562d641ecf685a1 /makesrc.sh | |
parent | b786fc0d48e125bdde8288d3e1b66d0e7adf6788 (diff) |
re-license spec file to CECILL-2.1
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone --branch ${VERSION:0:4} --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT |