Codebase list civicrm / ebce503
watch file rewrite Debian SF redirector http://qa.debian.org/watch/sf.php/civicrm/ is unreliable and direct downloads from SF are unrreliable too. Get list of files from SF but download directly from civicrm.org. Dmitry Smirnov 1 year, 10 months ago
1 changed file(s) with 12 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
00 # uscan(1) configuration file.
11 version=4
2
3 ## Redirector http://qa.debian.org/watch/sf.php/civicrm/
42
53 opts="\
64 pgpmode=none,\
75 repack,compression=xz,repacksuffix=+dfsg1,\
86 dversionmangle=s{[+~](dfsg|ds)\d*}{},\
9 " https://sf.net/civicrm/civicrm-(\d+\.[\d\.]+)-drupal\.(?:zip|tar\.gz|tar\.xz|tar\.bz2)
7 filenamemangle=s{/download\Z}{}, \
8 downloadurlmangle=s{^.*/(.*?)/download}{https://download.civicrm.org/$1}, \
9 " https://sourceforge.net/projects/civicrm/files/civicrm-stable/@ANY_VERSION@/ \
10 .*/civicrm-@ANY_VERSION@-drupal@ARCHIVE_EXT@/download
1011
1112 opts="\
1213 component=wordpress,\
1314 pgpmode=none,\
1415 repack,compression=xz,oversionmangle=s{(.*)}{$1+dfsg},\
1516 dversionmangle=s{[+~](dfsg|ds)\d*}{},\
16 " https://sf.net/civicrm/civicrm-(\d+\.[\d\.]+)-wordpress\.(?:zip|tar\.gz|tar\.xz|tar\.bz2)
17 filenamemangle=s{/download\Z}{}, \
18 downloadurlmangle=s{^.*/(.*?)/download}{https://download.civicrm.org/$1}, \
19 " https://sourceforge.net/projects/civicrm/files/civicrm-stable/@ANY_VERSION@/ \
20 .*/civicrm-@ANY_VERSION@-wordpress@ARCHIVE_EXT@/download
1721
1822 opts="\
1923 component=l10n,\
2024 pgpmode=none,\
2125 repack,compression=xz,oversionmangle=s{(.*)}{$1+dfsg},\
2226 dversionmangle=s{[+~](dfsg|ds)\d*}{},\
23 " https://sf.net/civicrm/civicrm-(\d+\.[\d\.]+)\-l10n\.tar\.(?:gz|xz|bz2)
24
25
26 #opts=\
27 #repacksuffix=+dfsg,\
28 #dversionmangle=s{\+dfsg\d*}{},\
29 # https://sf.net/civicrm/civicrm-(\d+\.[\d\.]+)(?:-drupal7?)\.tar\.(?:gz|xz|bz2)
30
31 ## only latest version; no history.
32 #opts="\
33 #pgpmode=none,\
34 #repacksuffix=+dfsg,\
35 #repack,compression=xz,\
36 #dversionmangle=s{[+~](dfsg|ds)\d*}{},\
37 #" https://civicrm.org/download/list \
38 # .*/civicrm-(\d+\.[\d\.]+)(?:-drupal7?)\.tar\.(?:gz|xz|bz2)(?:\?src=donate)?
27 filenamemangle=s{/download\Z}{}, \
28 downloadurlmangle=s{^.*/(.*?)/download}{https://download.civicrm.org/$1}, \
29 " https://sourceforge.net/projects/civicrm/files/civicrm-stable/@ANY_VERSION@/ \
30 .*/civicrm-@ANY_VERSION@-l10n@ARCHIVE_EXT@/download