~ubuntu-branches/ubuntu/wily/gitolite3/wily

« back to all changes in this revision

Viewing changes to debian/watch

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2013-05-18 17:59:21 UTC
  • Revision ID: package-import@ubuntu.com-20130518175921-42fll3tc3uo1vn9t
Tags: 3.5.1+4-1
* New upstream snapshot (commit: 2f48a3e0e169e) 
  (closes: #673867, #673850)
* Ask for admin key with priority high (closes: #699490)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# debian/watch for gitolite
 
2
 
 
3
# Compulsory line, this is a version 3 file
 
4
version=3
 
5
 
 
6
# Github archives mangling
 
7
opts="downloadurlmangle=s/archives/tarball/ \
 
8
     ,filenamemangle=s/(?:.*\/)?v(.*)/gitolite-$1.tar.gz/" \
 
9
  https://github.com/sitaramc/gitolite/downloads (?:.*tarball/)?v([0-9.]+)