~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/publishing/distro-parts/ubuntu/publish-distro.d/10-sign-releases

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-09 10:30:43 UTC
  • mfrom: (13607.3.4 bug-820796)
  • Revision ID: launchpad@pqm.canonical.com-20110809103043-865kaypngiquws1f
[r=henninge][bug=820796] Make publisher scripts use the same lock
        file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# for this.
6
6
GNUPGHOME=/srv/launchpad.net/ubuntu-archive/gnupg-home
7
7
 
 
8
if ! test -d "$GNUPGHOME"
 
9
then
 
10
        echo "There is no $GNUPGHOME; not signing Release files."
 
11
        exit 0
 
12
fi
 
13
 
8
14
RELEASE_FILES=`find $DISTSROOT -maxdepth 2 -name Release`
9
15
DIST_UPGRADER_TARBALLS=`
10
16
        find $DISTSROOT/*/*/dist-upgrader* -name "*.tar.gz" || true`