Changes

From SME Server
Jump to navigationJump to search
1,019 bytes added ,  19:27, 18 January 2015
Line 458: Line 458:  
         echo " packages are in ~/git_work/$1-sdl"
 
         echo " packages are in ~/git_work/$1-sdl"
 
     fi
 
     fi
 +
 +
====cvs_update====
 +
a script to update all CVS entries of smeserver
 +
 +
Launch the script, all smeserver & smecontribs will be updated, adapt the path to your directory and to you cvs access. That script can be run the night to avoid lose time when you must work
 +
 +
usage
 +
cvs_update
 +
 +
#!/bin/bash
 +
 +
location=$(pwd)
 +
 +
echo "############################"
 +
echo "      Work In Progress      "
 +
echo "############################"
 +
 +
#first we update the smecontribs tree
 +
cd ~/work/smecontribs
 +
cvs -z3 -d:ext:smeserver.cvs.sourceforge.net:/cvsroot/smecontribs co -P rpms
 +
echo "############################"
 +
echo "    smecontribs uptodate  "
 +
echo "############################"
 +
echo "############################"
 +
echo "      Work In Progress      "
 +
echo "############################"
 +
 +
cd ~/work/smeserver
 +
cvs -z3 -d:ext:smeserver.cvs.sourceforge.net:/cvsroot/smeserver co -P rpms
 +
 +
echo "############################"
 +
echo "    smeserver uptodate    "
 +
echo "############################"
 +
 +
 +
cd $location

Navigation menu