Skip to content

Commit f148646

Browse files
committed
Meta/DoKernelOrg: adjust to multi-arch $HOME structure better
Move most of the things under $HOME/g/$(arch)/ to unclutter the home directory.
1 parent 8339e55 commit f148646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DoKernelOrg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ esac
1010
: ${J='-l 4 -j'}
1111
G=/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 ) &&
1414
make clean >/dev/null 2>&1 &&
1515
git reset --hard &&
1616
make 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
;;

0 commit comments

Comments
 (0)