]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/DoKernelOrg: adjust to multi-arch $HOME structure better
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2009 02:53:04 +0000 (19:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2009 02:53:04 +0000 (19:53 -0700)
Move most of the things under $HOME/g/$(arch)/ to unclutter the
home directory.

DoKernelOrg

index 81fde81f0e7426293712ff00d78425bda152e156..13edff406138428e4a537bb2ed0cf027ec3374cc 100755 (executable)
@@ -10,7 +10,7 @@ esac
 : ${J='-l 4 -j'}
 G=/pub/software/scm/git &&
 
-(cd $HOME/git 2>/dev/null || cd $HOME/git.git || exit ) &&
+(cd $HOME/git 2>/dev/null || cd $HOME/git.git || exit ) &&
 make clean >/dev/null 2>&1 &&
 git reset --hard &&
 make clean >/dev/null 2>&1 &&
@@ -52,7 +52,7 @@ maint | maint-* | master)
        hera.kernel.org)
                narch='x86_64 i386'
                arch=x86_64 ;;
-       wing-fc*|vir-fc*)
+       wing-fc*|fc*.siamese.dyndns.org)
                arch=i386 ;;
        *)      echo >&2 "What are you talking about???"
                exit 1 ;;
@@ -72,9 +72,9 @@ maint | maint-* | master)
                        echo >&2 "Done -- move RPMS to the master machine."
                        (
                                cd "$HOME/rpms/" &&
-                               tar cf "$HOME/$V.tar" \
+                               tar cf "TARBALL/$V.$arch.tar" \
                                        RPMS/$arch/*-$V-*.$arch.rpm &&
-                               ls -ld $HOME/$V.tar
+                               ls -ld $HOME/rpms/TARBALL/$V.tar
                        )
                        make clean
                        ;;