[sysadmin-bin: 1/2] gnome-post-receive: Correctly export GL_USERNAME, not its content
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 1/2] gnome-post-receive: Correctly export GL_USERNAME, not its content
- Date: Fri, 5 Jan 2018 12:13:55 +0000 (UTC)
commit ca04cf5d4ebffb7a824dd947adb635dc0b1b6d9e
Author: Marco Trevisan <mail 3v1n0 net>
Date: Thu Dec 28 19:19:38 2017 +0000
gnome-post-receive: Correctly export GL_USERNAME, not its content
Closes: #2
git/gnome-post-receive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/git/gnome-post-receive b/git/gnome-post-receive
index 30656ad..f8a6b07 100755
--- a/git/gnome-post-receive
+++ b/git/gnome-post-receive
@@ -23,7 +23,7 @@ GIT_CONFIG="${GIT_DIR}/config"
export GIT_CONFIG
if [ $(hostname) == 'gitlab.gnome.org' ]; then
- export $GL_USERNAME
+ export GL_USERNAME
fi
tee >($BINDIR/log-push 1>&2) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]