]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
use distfiles mail directly to cvs machine
authorElan Ruusamäe <glen@delfi.ee>
Fri, 16 May 2014 05:47:43 +0000 (08:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 16 May 2014 05:47:46 +0000 (08:47 +0300)
this avoids annoying additional delays with the mail extra hops

client/make-request.sh

index d34865e0122f2861f180eb445a88203c169bfe72..9426d355531e4fe9f9508bb2134cdf028d73c48e 100755 (executable)
@@ -135,7 +135,7 @@ df_fetch() {
        # VIA_ARGS='-a gmail'
        #
        # DISTFILES EMAIL
-       local DMAIL="distfiles@pld-linux.org"
+       local DMAIL="distfiles@cvs.pld-linux.org"
 
        local HOST=$(hostname -f)
        local LOGIN=${requester%@*}
@@ -507,9 +507,9 @@ done
 
 case "$dist" in
 ac)
+       default_branch="AC-branch"
        builder_email="builder-ac@pld-linux.org"
        default_builders="ac-*"
-       default_branch="AC-branch"
        url="http://ep09.pld-linux.org:1289/"
        control_url="http://ep09.pld-linux.org/~buildsrc"
        ;;
This page took 0.155277 seconds and 4 git commands to generate.