aboutsummaryrefslogtreecommitdiffstats
path: root/fidd.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-06-15 18:18:55 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2014-06-15 18:18:55 +0200
commit9a48117e8c00a92152bb5188ff6ef4ed37f5d8da (patch)
treec354f81d8d39c59f5cc2c07b6736d29b9d0f7931 /fidd.php
parent9328a596f4a4c16342f73f085a770267ca538fc2 (diff)
downloadfidd-9a48117e8c00a92152bb5188ff6ef4ed37f5d8da.tar
fidd-9a48117e8c00a92152bb5188ff6ef4ed37f5d8da.tar.gz
fidd-9a48117e8c00a92152bb5188ff6ef4ed37f5d8da.tar.bz2
fidd-9a48117e8c00a92152bb5188ff6ef4ed37f5d8da.tar.xz
fidd-9a48117e8c00a92152bb5188ff6ef4ed37f5d8da.zip
-Fix regex for comming 4.1 release
-Fix torrents path for stable release
Diffstat (limited to 'fidd.php')
-rw-r--r--fidd.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/fidd.php b/fidd.php
index 0e19a35..2a1a47e 100644
--- a/fidd.php
+++ b/fidd.php
@@ -13,9 +13,9 @@
// params
-$prefix = 'Mageia-2-rc';
-$bcd_path = 'mageia2-rc';
-$bcd_url = 'rsync://bcd.mageia.org/isos/%s/';
+$prefix = 'Mageia-4';
+$bcd_path = 'mageia4-v2';
+$bcd_url = 'rsync://isoqa@bcd.mageia.org/isos/%s/';
// don't touch below
@@ -27,4 +27,4 @@ FIDD::run(__DIR__, sprintf($bcd_url, $bcd_path), $prefix);
echo sprintf("done in %2.2f s.\n", microtime(true) - $ts0);
-exit(0); \ No newline at end of file
+exit(0);