diff options
author | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-11 15:52:37 -0400 |
---|---|---|
committer | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-11 15:52:37 -0400 |
commit | 9e64cd0c88d852f7f7dd484fcd0402e5c208092d (patch) | |
tree | 181bdaf8c69a8ee6343addb95cce4c577434a3a9 | |
parent | c8b289f8fd2883044a5b92e259245a9061e22bf5 (diff) | |
parent | 73bb7a23e21597ed0ca8584211681df516e3d4d4 (diff) | |
download | mongodb-9e64cd0c88d852f7f7dd484fcd0402e5c208092d.tar.gz |
Merge branch 'master' of git@github.com:bobek/mongo-debian
-rw-r--r-- | debian/watch | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/watch b/debian/watch index 08ce42b..fe69ebb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,9 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - # Compulsory line, this is a version 3 file version=3 -# examine a Webserver directory -http://downloads.mongodb.org/linux/mongodb-linux-(.*)\.tar\.gz +# examine the content of the downloads page as the directory listing +# is not allowed anymore +# +# Forced regexp to match only to the current stable release +http://www.mongodb.org/display/DOCS/Downloads \ + http://downloads\.mongodb\.org/src/mongodb-src-r(1\.4[\d\.]+)\.tar\.gz |