mirror of
https://github.com/git/git.git
synced 2026-01-16 05:41:29 +00:00
Meta/DoKernelOrg: adjust to multi-arch $HOME structure better
Move most of the things under $HOME/g/$(arch)/ to unclutter the home directory.
This commit is contained in:
@@ -10,7 +10,7 @@ esac
|
|||||||
: ${J='-l 4 -j'}
|
: ${J='-l 4 -j'}
|
||||||
G=/pub/software/scm/git &&
|
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 &&
|
make clean >/dev/null 2>&1 &&
|
||||||
git reset --hard &&
|
git reset --hard &&
|
||||||
make clean >/dev/null 2>&1 &&
|
make clean >/dev/null 2>&1 &&
|
||||||
@@ -52,7 +52,7 @@ maint | maint-* | master)
|
|||||||
hera.kernel.org)
|
hera.kernel.org)
|
||||||
narch='x86_64 i386'
|
narch='x86_64 i386'
|
||||||
arch=x86_64 ;;
|
arch=x86_64 ;;
|
||||||
wing-fc*|vir-fc*)
|
wing-fc*|fc*.siamese.dyndns.org)
|
||||||
arch=i386 ;;
|
arch=i386 ;;
|
||||||
*) echo >&2 "What are you talking about???"
|
*) echo >&2 "What are you talking about???"
|
||||||
exit 1 ;;
|
exit 1 ;;
|
||||||
@@ -72,9 +72,9 @@ maint | maint-* | master)
|
|||||||
echo >&2 "Done -- move RPMS to the master machine."
|
echo >&2 "Done -- move RPMS to the master machine."
|
||||||
(
|
(
|
||||||
cd "$HOME/rpms/" &&
|
cd "$HOME/rpms/" &&
|
||||||
tar cf "$HOME/$V.tar" \
|
tar cf "TARBALL/$V.$arch.tar" \
|
||||||
RPMS/$arch/*-$V-*.$arch.rpm &&
|
RPMS/$arch/*-$V-*.$arch.rpm &&
|
||||||
ls -ld $HOME/$V.tar
|
ls -ld $HOME/rpms/TARBALL/$V.tar
|
||||||
)
|
)
|
||||||
make clean
|
make clean
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user