summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin')
-rw-r--r--zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin13
1 files changed, 13 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin b/zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin
new file mode 100644
index 000000000..9fc7f3968
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/attachments/20110104/e90047dd/attachment-0001.bin
@@ -0,0 +1,13 @@
+Index: trunk/RepSys/binrepo.py
+===================================================================
+--- trunk/RepSys/binrepo.py (revision 205)
++++ trunk/RepSys/binrepo.py (arbetskopia)
+@@ -107,7 +107,7 @@
+ raw = config.get("binrepo", "upload-match",
+ "\.(7z|Z|bin|bz2|cpio|db|deb|egg|gem|gz|jar|jisp|lzma|"\
+ "pdf|pgn\\.gz|pk3|rpm|rpm|run|sdz|smzip|tar|tbz|"\
+- "tbz2|tgz|ttf|uqm|wad|war|xar|xpi|zip)$")
++ "tbz2|tgz|ttf|uqm|wad|war|xar|xpi|xz|zip)$")
+ maxsize = config.getint("binrepo", "upload-match-size", "1048576") # 1MiB
+ expr = re.compile(raw)
+ name = os.path.basename(path)