aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement --fast, to use local system tools to extract archives. Python's ↵Joseph Hunkeler2013-07-252-11/+59
| | | | builtin for tar and zip are SLOW
* Merge branch 'sphinx'Joseph Hunkeler2013-07-1512-0/+1659
|\
| * Fixup: missing example caseJoseph Hunkeler2013-07-151-0/+1
| |
| * Move publishing section higher in the listJoseph Hunkeler2013-07-151-1/+1
| |
| * Removed deprecated double-quotes from example SPECJoseph Hunkeler2013-07-111-4/+4
| |
| * Finally removed code.rst... (for now)Joseph Hunkeler2013-07-111-16/+0
| |
| * Remove Publishing section to its own fileJoseph Hunkeler2013-07-111-24/+1
| |
| * Fixup: repackas should have been repackage. The former was deprecated.Joseph Hunkeler2013-07-111-4/+3
| |
| * Add publishingJoseph Hunkeler2013-07-111-0/+1
| |
| * Initial commitJoseph Hunkeler2013-07-111-0/+92
| |
| * Many changes, removed double-quote dependency from SPEC, and beginning ↵Joseph Hunkeler2013-07-111-115/+185
| | | | | | | | publishing procedure
| * Add badpath keywordJoseph Hunkeler2013-07-111-0/+113
| |
| * Add link to installation procedureJoseph Hunkeler2013-07-111-3/+5
| |
| * Initial commitJoseph Hunkeler2013-07-113-0/+324
| |
| * Initial commitJoseph Hunkeler2013-07-111-0/+72
| |
| * General additionsJoseph Hunkeler2013-07-011-6/+65
| |
| * fix install script exampleJoseph Hunkeler2013-07-011-0/+1
| |
| * Change themeJoseph Hunkeler2013-07-011-1/+1
| |
| * Add keyword explanation and beginning of howto sectionJoseph Hunkeler2013-07-011-2/+90
| |
| * Add transmogrify noteJoseph Hunkeler2013-07-011-0/+4
| |
| * Add spec generationJoseph Hunkeler2013-06-251-4/+48
| |
| * Add download link(s)Joseph Hunkeler2013-06-241-2/+54
| |
| * Add sphinx documentation, initital commitJoseph Hunkeler2013-06-198-0/+776
| |
* | Bugfix: Strip whitespace from end of line to prevent random errors during buildJoseph Hunkeler2013-07-121-2/+2
| |
* | Fixup: apply new standardsJoseph Hunkeler2013-07-111-13/+4
| |
* | Slightly smarter design. Refuses politely instead of issuing a traceback on ↵Joseph Hunkeler2013-07-111-10/+9
| | | | | | | | failure, or pre-existence of ipsbuild tree
* | Improve SPEC generation, conforming to new standardJoseph Hunkeler2013-07-111-7/+11
| |
* | Remove accidental include of simple IPS SPECJoseph Hunkeler2013-07-111-30/+0
| |
* | double-quotes no longer needed around keywordsJoseph Hunkeler2013-07-091-3/+3
| |
* | Implement 'badpath' keyword to circumvent evil archivers (aka programmers)Joseph Hunkeler2013-07-093-2/+39
|/
* Bumped versionJoseph Hunkeler2013-06-112-2/+2
|
* Stop sorting keys in summaryJoseph Hunkeler2013-06-111-1/+1
|
* Fix path recognition strategy. Increased verbosity of taskJoseph Hunkeler2013-06-111-18/+30
|
* Fix class super callJoseph Hunkeler2013-06-101-1/+1
|
* Enforce file buffer flushingJoseph Hunkeler2013-06-091-0/+4
|
* Add AlignPermissions taskJoseph Hunkeler2013-06-091-62/+112
|
* Implement permission alignment taskJoseph Hunkeler2013-06-091-0/+1
|
* Ignore version.py in ipsutilsJoseph Hunkeler2013-06-071-0/+1
|
* Add docstringsJoseph Hunkeler2013-06-073-3/+16
|
* Add doctrings and object instance checksJoseph Hunkeler2013-06-071-0/+34
|
* Add class docstringsJoseph Hunkeler2013-06-071-2/+37
|
* Bumped version in specJoseph Hunkeler2013-06-061-1/+1
|
* Add ipsutils-sanity.pyJoseph Hunkeler2013-06-061-1/+1
|
* Version bumpJoseph Hunkeler2013-06-061-1/+1
|
* Add missing license headerJoseph Hunkeler2013-06-061-0/+14
|
* Task controller now has an "atexit" callback in case the program exits ↵Joseph Hunkeler2013-06-061-1/+5
| | | | prematurely
* Initial commitJoseph Hunkeler2013-06-061-0/+160
|
* *Enhancement: Tarfile and Zipfile integration completeJoseph Hunkeler2013-06-061-17/+14
| | | | | *Removed: LZMA 'tar.xz' extension -- no native Python 2.7 support in Tarfile *Bugfix: Fix multiple-line tranmogrification string catonation issue
* Initial usage of tarfile and zipfileJoseph Hunkeler2013-06-051-13/+25
|
* Add ipsutils-newspec.pyJoseph Hunkeler2013-06-051-1/+1
|