~ubuntu-branches/ubuntu/lucid/spamassassin/lucid-proposed

« back to all changes in this revision

Viewing changes to build/tag_nightly_mc

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2006-12-06 15:25:33 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206152533-0lq5d0c8f7le7ugq
Tags: 3.1.7-1ubuntu1
* Merge from Debian unstable. The remaining Ubuntu changes are:
  - debian/control:
    + libmail-spf-query-perl from Recommends to Depends for spamassassin 
      binary (Ubuntu: #28486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -x
2
 
 
3
 
# 59 8 * * * /home/jm/ftp/spamassassin/build/tag_nightly_mc > /dev/null 2>&1
4
 
 
5
 
cd /home/jm/ftp/spamassassin
6
 
export CVS_RSH=ssh
7
 
 
8
 
# argh, ensure we're tagging at 8:59 UTC
9
 
if TZ=UTC date | perl -ne '/^... ... .. 08:/ and exit 0; exit 1; '
10
 
then true ; else exit ; fi
11
 
 
12
 
cvs -z3 update -dP
13
 
cvs rtag -aF CURRENT_CORPORA_SUBMIT_VERSION .
14