Parent Directory | Revision Log
*** empty log message ***
1 | ccflib | 1.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 |