From 9a48117e8c00a92152bb5188ff6ef4ed37f5d8da Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 15 Jun 2014 18:18:55 +0200 Subject: -Fix regex for comming 4.1 release -Fix torrents path for stable release --- fidd.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fidd.php') 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); -- cgit v1.2.1