Changes

From SME Server
Jump to navigationJump to search
216 bytes added ,  16:36, 4 July 2015
Line 682: Line 682:  
  echo "    cvs co CVSROOT"
 
  echo "    cvs co CVSROOT"
 
  echo " Then you must edit /CVSROOT/modules and add the name of the new CVS module (alphabetically sorted), after that commit the changes"
 
  echo " Then you must edit /CVSROOT/modules and add the name of the new CVS module (alphabetically sorted), after that commit the changes"
 +
 +
==== Find ====
 +
Like the name, simply find rpm in buildsrv
 +
 +
#!/bin/bash
 +
if [[ -z $1 ]]; then
 +
echo "You must specify a name of rpm"
 +
exit
 +
fi
 +
find {/teams/smeserver,/mirrors/} -name "*$1*"
 +
 +
usage:
 +
./find rpmname

Navigation menu