]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
Revert "Add variable GIT_LOGINNAME used to push changes upstream"
authorKacper Kornet <draenog@pld-linux.org>
Mon, 28 Nov 2011 15:26:11 +0000 (15:26 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 28 Nov 2011 15:26:11 +0000 (15:26 +0000)
In gitolite every user should push to the same account. I knew it, but
nevertheless I have coded it wrongly.

This reverts commit 0bd62c51a1d288d9e5eeec887391501d35f224be.

builder.sh

index d15ce7945aa7a1e71ead6a49013c576bf02b9a06..0a1ab24b8933253dc3064269fb447737b99c5b34 100755 (executable)
@@ -175,10 +175,6 @@ fi
 
 [ -f "$USER_CFG" ] && . "$USER_CFG"
 
-if [ -n "$GIT_LOGINNAME" ]; then
-       GIT_SERVER="git@github.com:${GIT_LOGINNAME}"
-fi
-
 if [ "$SCHEDTOOL" = "auto" ]; then
        if [ -x /usr/bin/schedtool ] && schedtool -B -e echo >/dev/null; then
                SCHEDTOOL="schedtool -B -e"
This page took 0.043247 seconds and 4 git commands to generate.