diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-30 11:53:32 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-30 11:53:32 +0100 |
commit | 19c570a6c92997ee6e04e620f683707cea57cd22 (patch) | |
tree | d346c3d6b42b92eb3bd4c2ccaea4d8051daa62ec /makesrc.sh | |
parent | 3a9b6d7bac8ef00a639559ee5e63f3853275de7d (diff) |
refresh dependencies
add patches from composer to skip XDG and drop bundled cacert.rpm
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PREVER=$(sed -n '/^%global upstream_prever/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -if [ -f $NAME-$VERSION$PREVER-$SHORT.tgz ]; then +if [ -f $NAME-$VERSION$PREVER-$SHORT.tgz -a "$1" != "-f" ]; then echo skip $NAME-$VERSION$PREVER-$SHORT.tgz already here else echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION$PREVER\n" |