scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 8a3f50475600d6c44ad5c85949d16875724fb944
parent 2270a2ef843d4f9a961d49211fa6498106119363
Author: sin <sin@2f30.org>
Date:   Wed, 26 Mar 2014 11:34:25 +0000

Don't do cvs up in the upgrade script

We might have local changes that will be reverted.

Diffstat:
Mupgrade-obsd | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/upgrade-obsd b/upgrade-obsd @@ -1,12 +1,7 @@ #!/bin/sh -xe - -# Update src repo -cd /usr/src -cvs up - -# Update xenocara repo -# cd /usr/xenocara -# cvs up +# +# You will have to manually ensure that your /usr/src +# and/or /usr/xenocara is up to date. # Build the bsd.sp kernel. # Ideally we should reboot after this stage