/[CCFs]/bin/do_checkupdates
ViewVC logotype

Contents of /bin/do_checkupdates

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Dec 19 11:16:26 2014 UTC (9 years, 11 months ago) by ccflib
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -2 lines
updated comments

1 #! /bin/bash
2 #
3 # Front end to run checkupdates on three ccfstore directories:
4 # - public
5 # - release
6 # - devel
7 #
8 # $Id: do_checkupdates,v 1.1 2002/03/19 15:12:31 ccflib Exp $
9 #
10
11 do_this () {
12 if [ $# -ne 2 ] ; then
13 return
14 fi
15 dir=$1
16 type=$2
17 cd $dir
18 checkupdates -t $type
19 }
20
21 set -e
22 . $HOME/bin/ccflib.cfg
23 saslatest > /dev/null
24
25 do_this $ccfrepository public
26 do_this $ccfrel release
27 do_this $ccfdeveldir development

  ViewVC Help
Powered by ViewVC 1.1.27