diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001882.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001882.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001882.html b/zarb-ml/mageia-sysadm/2011-January/001882.html new file mode 100644 index 000000000..c2dfecdc9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001882.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [263] PNG is a binary file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B263%5D%20PNG%20is%20a%20binary%20file&In-Reply-To=%3C20110110124112.69DC741F7A%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001881.html"> + <LINK REL="Next" HREF="001893.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [263] PNG is a binary file</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B263%5D%20PNG%20is%20a%20binary%20file&In-Reply-To=%3C20110110124112.69DC741F7A%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [263] PNG is a binary file">root at mageia.org + </A><BR> + <I>Mon Jan 10 13:41:12 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001881.html">[Mageia-sysadm] [262] use iurt_root_command to run chroot for --shell and --stop +</A></li> + <LI>Next message: <A HREF="001893.html">[Mageia-sysadm] [263] PNG is a binary file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1882">[ date ]</a> + <a href="thread.html#1882">[ thread ]</a> + <a href="subject.html#1882">[ subject ]</a> + <a href="author.html#1882">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 263 +Author: pterjan +Date: 2011-01-10 13:41:12 +0100 (Mon, 10 Jan 2011) +Log Message: +----------- +PNG is a binary file + +Modified Paths: +-------------- + build_system/mgarepo/trunk/RepSys/binrepo.py + +Modified: build_system/mgarepo/trunk/RepSys/binrepo.py +=================================================================== +--- build_system/mgarepo/trunk/RepSys/binrepo.py 2011-01-10 12:12:58 UTC (rev 262) ++++ build_system/mgarepo/trunk/RepSys/binrepo.py 2011-01-10 12:41:12 UTC (rev 263) +@@ -106,7 +106,7 @@ + def is_binary(path): + 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|"\ ++ "pdf|pgn\\.gz|pk3|png|rpm|run|sdz|smzip|tar|tbz|"\ + "tbz2|tgz|ttf|uqm|wad|war|xar|xpi|xz|zip|wav|mp3|ogg|"\ + "jpg|png|gif|avi|mpg|mpeg|rar)$") + maxsize = config.getint("binrepo", "upload-match-size", "1048576") # 1MiB +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110110/bd7cd66e/attachment.html> +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001881.html">[Mageia-sysadm] [262] use iurt_root_command to run chroot for --shell and --stop +</A></li> + <LI>Next message: <A HREF="001893.html">[Mageia-sysadm] [263] PNG is a binary file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1882">[ date ]</a> + <a href="thread.html#1882">[ thread ]</a> + <a href="subject.html#1882">[ subject ]</a> + <a href="author.html#1882">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |