forked from Wavyzz/dolibarr
Merge remote-tracking branch 'origin/3.8' into 3.9
This commit is contained in:
@@ -379,7 +379,7 @@ if ($nboftargetok) {
|
|||||||
|
|
||||||
print 'Run git tag -a -m "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'" "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'"'."\n";
|
print 'Run git tag -a -m "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'" "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'"'."\n";
|
||||||
$ret=`git tag -a -m "$MAJOR.$MINOR.$BUILD" "$MAJOR.$MINOR.$BUILD" 2>&1`;
|
$ret=`git tag -a -m "$MAJOR.$MINOR.$BUILD" "$MAJOR.$MINOR.$BUILD" 2>&1`;
|
||||||
if ($ret =~ /already exists/)
|
if ($ret =~ /(already exists|existe déjà)/)
|
||||||
{
|
{
|
||||||
print "WARNING: Tag ".$MAJOR.'.'.$MINOR.'.'.$BUILD." already exists. Overwrite (y/N) ? ";
|
print "WARNING: Tag ".$MAJOR.'.'.$MINOR.'.'.$BUILD." already exists. Overwrite (y/N) ? ";
|
||||||
$QUESTIONOVERWRITETAG=<STDIN>;
|
$QUESTIONOVERWRITETAG=<STDIN>;
|
||||||
|
|||||||
Reference in New Issue
Block a user