[sysadmin-bin] Actually not as the Infrastructure area might contain repositories with direct access to the GNOME I



commit ce055984cf9085e1b8cef8af383bfeb01e7c91b9
Author: Andrea Veri <averi redhat com>
Date:   Thu Mar 15 13:02:15 2018 +0100

    Actually not as the Infrastructure area might contain repositories with direct access to the GNOME 
Infrastructure services

 git/gnome-pre-receive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/git/gnome-pre-receive b/git/gnome-pre-receive
index afa47ee..36d9142 100755
--- a/git/gnome-pre-receive
+++ b/git/gnome-pre-receive
@@ -65,7 +65,7 @@ EOF
 fi
 
 if [ $(hostname) == 'gitlab.gnome.org' ]; then
-  if [[ $basedir = "${GITLABDIR}/GNOME" || $basedir = "${GITLABDIR}/Infrastructure" ]]; then
+  if [ $basedir = "${GITLABDIR}/GNOME" ]; then
     git config hooks.emailprefix 1>/dev/null
     if [ "$?" -eq 1 ]; then
       git config hooks.emailprefix ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]