[Asterisk-code-review] Fix use of --add in git config (repotools[master])

George Joseph asteriskteam at digium.com
Wed Sep 6 13:49:49 CDT 2017


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/6442


Change subject: Fix use of --add in git config
......................................................................

Fix use of --add in git config

Change-Id: I334c2e00ecbf9b020529c0e9f55c603b2affcbba
---
M build_tools/make_version
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/42/6442/1

diff --git a/build_tools/make_version b/build_tools/make_version
index c754b5c..59fcfc0 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -28,7 +28,7 @@
 
     MODIFIED=""
     ${GIT} config --replace-all versionsort.prereleaseSuffix -rc
-    ${GIT} config --replace-all versionsort.prereleaseSuffix -beta
+    ${GIT} config --add versionsort.prereleaseSuffix -beta
 
     VERSION=`${GIT} describe --dirty 2> /dev/null`
     if [ $? -eq 0 ]; then

-- 
To view, visit https://gerrit.asterisk.org/6442
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I334c2e00ecbf9b020529c0e9f55c603b2affcbba
Gerrit-Change-Number: 6442
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170906/b3bdde8c/attachment.html>


More information about the asterisk-code-review mailing list