~launchpad-committers/ubuntu/lucid/slony1/ppa-8.4

« back to all changes in this revision

Viewing changes to tools/pull-gborg-mail.sh

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-11-01 14:28:08 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081101142808-lqwrc03c9udlzdjf
Tags: 1.2.15-1
* New upstream release
* Replaced build dependency gs-gpl by ghostscript again
* Updated standards version
* Changed to debhelper level 7
* Added libdbd-pg-perl to Recommends (closes: #499548)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
# $Id: pull-gborg-mail.sh,v 1.1 2006-09-07 16:27:28 cbbrowne Exp $
 
2
# $Id: pull-gborg-mail.sh,v 1.1.2.1 2008-09-12 16:09:23 cbbrowne Exp $
3
3
# This script downloads email archives from gBorg
4
4
# Parameters:
5
5
#  1.  If need be, change ARCHHOME to be some more suitable location for mailing list archives
16
16
 
17
17
ARG=$1
18
18
 
19
 
if [[ x$ARG == "xINIT" ]] ; then
 
19
if [ x$ARG = "xINIT" ] ; then
20
20
   for year in 2004 2005 2006; do
21
21
     for month in January February March April May June July August September October November December; do
22
22
       for arch in commit general; do
36
36
            done
37
37
        done
38
38
    done
39
 
fi
 
 
b'\\ No newline at end of file'
 
39
fi