File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010: ${J=' -l 4 -j' }
1111G=/pub/software/scm/git &&
1212
13- (cd $HOME /git 2> /dev/null || cd $HOME /git.git || exit ) &&
13+ # (cd $HOME/git 2>/dev/null || cd $HOME/git.git || exit ) &&
1414make clean > /dev/null 2>&1 &&
1515git reset --hard &&
1616make clean > /dev/null 2>&1 &&
@@ -52,7 +52,7 @@ maint | maint-* | master)
5252 hera.kernel.org)
5353 narch=' x86_64 i386'
5454 arch=x86_64 ;;
55- wing-fc* |vir- fc* )
55+ wing-fc* |fc* .siamese.dyndns.org )
5656 arch=i386 ;;
5757 * ) echo >&2 " What are you talking about???"
5858 exit 1 ;;
@@ -72,9 +72,9 @@ maint | maint-* | master)
7272 echo >&2 " Done -- move RPMS to the master machine."
7373 (
7474 cd " $HOME /rpms/" &&
75- tar cf " $HOME /$V .tar" \
75+ tar cf " TARBALL /$V . $arch .tar" \
7676 RPMS/$arch /* -$V -* .$arch .rpm &&
77- ls -ld $HOME /$V .tar
77+ ls -ld $HOME /rpms/TARBALL/ $V .tar
7878 )
7979 make clean
8080 ;;
You can’t perform that action at this time.
0 commit comments