/[CCFs]/bin/do_checkupdates
ViewVC logotype

Contents of /bin/do_checkupdates

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Mar 19 15:12:31 2002 UTC (22 years, 8 months ago) by ccflib
Branch: MAIN
*** empty log message ***

1 #! /bin/bash
2 #
3 # Giuseppe Vacanti (cosine science & computing bv)
4 #
5 # $Id$
6 #
7
8 do_this () {
9 if [ $# -ne 2 ] ; then
10 return
11 fi
12 dir=$1
13 type=$2
14 cd $dir
15 checkupdates -t $type
16 }
17
18 set -e
19 . $HOME/bin/ccflib.cfg
20 saslatest > /dev/null
21
22 do_this $ccfrepository public
23 do_this $ccfrel release
24 do_this $ccfdeveldir development

  ViewVC Help
Powered by ViewVC 1.1.27