summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-14 15:26:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-14 15:26:25 +0200
commit3d099f2ed634b46d6b736c21af661f274fe8621e (patch)
treed516eb816c26b980c613dc90831801a5f7de33bd
parent12331a552b5921d6d212db774360a8f154fbffb0 (diff)
downloadgitlab-shell-3d099f2ed634b46d6b736c21af661f274fe8621e.tar.gz
v1.0.4
-rw-r--r--CHANGELOG2
-rw-r--r--VERSION2
-rw-r--r--lib/gitlab_update.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 968da00..e6bdf3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
v1.0.4
- - requires gitlab b698094
+ - requires gitlab c9ca15e
- dont use post-receive file any more. Make all updates in update
- fixed issue with invalid GL_USER
- use GL_ID instead of GL_USER
diff --git a/VERSION b/VERSION
index 21e8796..ee90284 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.3
+1.0.4
diff --git a/lib/gitlab_update.rb b/lib/gitlab_update.rb
index d6d135b..156e385 100644
--- a/lib/gitlab_update.rb
+++ b/lib/gitlab_update.rb
@@ -18,7 +18,7 @@ class GitlabUpdate
end
def exec
- # reset GL_USER env since we already
+ # reset GL_ID env since we already
# get value from it
ENV['GL_ID'] = nil