Remove these scripts, which are no longer useful.
This commit is contained in:
parent
292bacd1a8
commit
4fbc0185e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73902
3 changed files with 0 additions and 47 deletions
|
@ -1,27 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# configurable variables
|
||||
master=bento
|
||||
chroot=/a/asami/chroot
|
||||
kernelconfig=CLUSTER
|
||||
|
||||
PATH=/sbin:/usr/sbin:$PATH
|
||||
|
||||
if [ -f /usr/src/Makefile ]; then
|
||||
mv /usr/src /usr/old.src
|
||||
mv /usr/obj /usr/old.obj
|
||||
mkdir /usr/src /usr/obj
|
||||
fi
|
||||
|
||||
mount -o -2 $master:$chroot/usr/src /usr/src
|
||||
mount -o -2 $master:$chroot/usr/obj /usr/obj
|
||||
|
||||
echo "installing world"
|
||||
cd /usr/src && make installworld > /usr/tmp/make.0 2>&1 </dev/null
|
||||
cd /sys/compile/$kernelconfig && make install
|
||||
|
||||
cd /
|
||||
|
||||
umount -f /usr/src /usr/obj
|
||||
|
||||
reboot
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
rm -rf errors logs make.* old-errors packages
|
||||
mv bak/* .
|
||||
cd ..
|
||||
rm -rf distfiles
|
||||
#mv bak/distfiles .
|
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# usage: $0 machine
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "usage: $0 machine"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
unset DISPLAY
|
||||
script=/var/portbuild/scripts/doupgrademach
|
||||
|
||||
scp -q -p $script $1:$script
|
||||
ssh -n $1 $script
|
Loading…
Reference in a new issue