Commit Graph

420 Commits

Author SHA1 Message Date
Bastian Kleineidam 1e83fc3594 Added changelog entry for the rmtree error function. 2010-04-05 02:58:09 +02:00
Bastian Kleineidam 04fb6ec5e5 Bump up version. 2010-04-05 02:57:05 +02:00
Bastian Kleineidam faa19bd74e Raise PatoolError on rmtree() errors. 2010-04-05 02:56:59 +02:00
Bastian Kleineidam b9c208b402 Add space into 7z test filename. 2010-04-05 02:56:32 +02:00
Bastian Kleineidam e4010ded03 Fixed argument order for error message. 2010-04-05 02:47:42 +02:00
Bastian Kleineidam 14d591194e Use error function with correct number of arguments for rmtree() 2010-04-05 02:39:40 +02:00
Bastian Kleineidam 5223f93944 Renamed test file to be able to clone under Windows. 2010-04-05 02:27:42 +02:00
Bastian Kleineidam 26ab2a3acb Rename test directory 2010-04-05 02:22:25 +02:00
Bastian Kleineidam b8d2d81d00 Really fix shell quoting, quoting single quotes correctly. 2010-04-04 20:29:14 +02:00
Bastian Kleineidam 6e2433aa00 Test shell quoting. 2010-04-04 20:28:37 +02:00
Bastian Kleineidam 8cbef81a50 Only quote commandline arguments that need quoting. 2010-04-04 19:12:24 +02:00
Bastian Kleineidam 7d39df7748 Fix quoting of shell meta characters. 2010-04-04 19:11:54 +02:00
Bastian Kleineidam 4028cad709 Also upload win32 .exe distribution files. 2010-03-26 21:15:05 +01:00
Bastian Kleineidam c9ecddafc9 Updated patool.txt from man page. 2010-03-26 21:06:29 +01:00
Bastian Kleineidam defdede049 Release date added. 2010-03-26 16:13:30 +01:00
Bastian Kleineidam 728d5fe24d Test for nose achievement plugin before using it. 2010-03-21 20:03:41 +01:00
Bastian Kleineidam 554d273b08 Added support for ZOO (.zoo) archives. 2010-03-21 15:39:02 +01:00
Bastian Kleineidam 29598b32ea Added MIME test for RZIP (.rz) files. 2010-03-21 09:51:37 +01:00
Bastian Kleineidam 82708b74fa Added support for RZIP (.rz) archives. 2010-03-20 11:34:40 +01:00
Bastian Kleineidam b4a9a04cdf Rephrase some documentation. 2010-03-19 13:09:16 +01:00
Bastian Kleineidam 95e1ee608d Use 72 column width for generating text documentation. 2010-03-19 13:09:07 +01:00
Bastian Kleineidam a4057e7529 Bump up version. 2010-03-18 19:32:54 +01:00
Bastian Kleineidam 4850afd4bd Explain commands in more detail. 2010-03-18 19:26:07 +01:00
Bastian Kleineidam 5e21670b8e Do not use diff -B. 2010-03-18 19:25:42 +01:00
Bastian Kleineidam 7a901a2d3f Replace iter*() methods of dicts. 2010-03-16 16:54:02 +01:00
Bastian Kleineidam b209c5d46f Fix typo in description 2010-03-12 12:56:59 +01:00
Bastian Kleineidam 4915b611bb Adjust short program description. 2010-03-12 12:54:40 +01:00
Bastian Kleineidam e85406355e Added repack command 2010-03-12 12:54:17 +01:00
Bastian Kleineidam dde370950a Release date 2010-03-11 18:55:44 +01:00
Bastian Kleineidam 5d66704369 Added new command "patool repack". 2010-03-11 18:33:58 +01:00
Bastian Kleineidam 7a8b5ada3e Added test for the diff command. 2010-03-11 18:32:55 +01:00
Bastian Kleineidam 282701e675 Return diff command error code. 2010-03-11 17:54:09 +01:00
Bastian Kleineidam 9d859bc21c Use TMPDIR for temporary data, and catch keyboard interrupts. 2010-03-11 17:15:03 +01:00
Bastian Kleineidam a30d44c6a5 Added new command "patool diff" to show differences between two archives. 2010-03-11 16:02:08 +01:00
Bastian Kleineidam 084c4ffd3d Check for cpio when extracting output from rpm2cpio. 2010-03-11 15:54:01 +01:00
Bastian Kleineidam 5ad18595bd Do not use zip -u 2010-03-11 15:53:28 +01:00
Bastian Kleineidam 5c5a5c36fe Test also the result of the test() function. 2010-03-11 11:13:51 +01:00
Bastian Kleineidam e2cb9208d1 Return test string in test() function instead of printing it. 2010-03-11 11:13:37 +01:00
Bastian Kleineidam 7a67446bdd Add MIME type for .lzh files. 2010-03-10 21:17:29 +01:00
Bastian Kleineidam ec6f98ac0c Add MIME type for .lha files. 2010-03-10 21:13:01 +01:00
Bastian Kleineidam c7570293db Fix baker command parsing 2010-03-10 20:48:47 +01:00
Bastian Kleineidam c4c9eceb28 Use existing vars for short options and command parameters. 2010-03-10 20:30:31 +01:00
Bastian Kleineidam 6f5427fb50 Use correct program name when checking star(1) program. 2010-03-10 20:23:19 +01:00
Bastian Kleineidam aafeea7d94 Test with relative pathnames 2010-03-10 20:22:59 +01:00
Bastian Kleineidam a90b6e69d7 Bump up version 2010-03-10 19:45:17 +01:00
Bastian Kleineidam d6089655b8 Use absolute pathnames when changing directories. 2010-03-10 19:44:48 +01:00
Bastian Kleineidam 8d60f87b06 Updated setup.py long description. 2010-03-09 14:57:30 +01:00
Bastian Kleineidam f04539deae Use short -v option for verbose ZIP operation to be compatible with other ZIP command line tools. 2010-03-08 22:07:53 +01:00
Bastian Kleineidam 090a95fdba Add missing imports 2010-03-08 22:07:13 +01:00
Bastian Kleineidam cb10d09e6f Allow mimedb tests to check with a list of MIME types, not only one. 2010-03-08 22:05:57 +01:00