We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd27e8 commit 4d4fb6aCopy full SHA for 4d4fb6a
1 file changed
common/src/scripts/saveVersion.sh
@@ -36,7 +36,7 @@ if [ "$revision" = "" ]; then
36
revision=`git log -1 --pretty=format:"%H"`
37
hostname=`hostname`
38
branch=`git branch | sed -n -e 's/^* //p'`
39
- url="git://${hostname}${cwd}"
+ url="https://github.com/apache/hive.git"
40
elif [ -d .svn ]; then
41
revision=`svn info ../ | sed -n -e 's/Last Changed Rev: \(.*\)/\1/p'`
42
url=`svn info ../ | sed -n -e 's/^URL: \(.*\)/\1/p'`
0 commit comments