Skip to content
Extraits de code Groupes Projets
Valider 4d15df51 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix the hash of the last SVN revision

parent 9f8e25ed
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -22,7 +22,7 @@ if ! test -d "${srcdir}/.git"; then ...@@ -22,7 +22,7 @@ if ! test -d "${srcdir}/.git"; then
fi fi
last_svn_revision=6962 last_svn_revision=6962
last_svn_hash="2289c084f28d9923989e1b58b81332347130ea78" last_svn_hash="16cd907fe7482cb54a7374cd28b8501f138116be"
git_revision=$(expr $last_svn_revision + $(git log --pretty=oneline $last_svn_hash..HEAD 2>/dev/null | wc -l)) git_revision=$(expr $last_svn_revision + $(git log --pretty=oneline $last_svn_hash..HEAD 2>/dev/null | wc -l))
git_version_str=$(git describe --exact-match 2> /dev/null) git_version_str=$(git describe --exact-match 2> /dev/null)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter