Author: shadzik Date: Fri Sep 26 17:27:41 2008 New Revision: 9875 Modified: toys/stbr/cvslog.sh Log: - ver 0.8 - add pld-line functionality
Modified: toys/stbr/cvslog.sh ============================================================================== --- toys/stbr/cvslog.sh (original) +++ toys/stbr/cvslog.sh Fri Sep 26 17:27:41 2008 @@ -1,15 +1,16 @@ #!/bin/bash # author: shadzik at pld-linux dot org # use with stbr.tcl at exactly the same version -# Version: 0.6 +# Version: 0.8 CVSROOT=":pserver:[EMAIL PROTECTED]/cvsroot/" HOST="pld-linux.org" -FROM="$1" -BUILDER="$2" -BRANCH="$4" -SEND_TO="$5" -SPEC="$3" +DIST="$1" +FROM="$2" +BUILDER="$3" +SPEC="$4" +BRANCH="$5" +SEND_TO="$6" option="-r" send_branch=":$BRANCH" @@ -36,10 +37,10 @@ Hello, $FROM is requesting build for $SPEC (on branch $BRANCH). -Please perform an $BUILDER. +Please perform an $BUILDER on PLD-$DIST line. I suppose you're lazy so I provide some commands you could just copy & paste: -make-request -d th $option $SPEC$send_branch +make-request -d $DIST $option $SPEC$send_branch Additional spec information: $ADD_INFO _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
