summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/packaging
Commit message (Expand)AuthorAgeFilesLines
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-051-3/+3
* fix more Python escape complaintsMats Wichmann2019-12-021-1/+1
* [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-251-1/+1
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-252-14/+15
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-212-9/+9
* Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-1/+1
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-4/+4
* small type-related cleanupsMats Wichmann2018-12-172-5/+9
* Bugfix on packaging init syntax changeMats Wichmann2018-10-041-2/+3
* A few syntax cleanupsMats Wichmann2018-10-032-8/+5
* Resync generated docsMats Wichmann2018-10-031-1/+1
* Add xz compression to tar packaging choices.Mats Wichmann2018-09-278-10/+103
* Update getargspec patch: actually use getfullargspecMats Wichmann2018-09-241-3/+5
* Modifications for deprected getargspecMats Wichmann2018-09-071-5/+11
* generalize the fix for #3164Mats Wichmann2018-09-042-6/+46
* Fix rpm tests for newer rpmbuild (fixes #3164)Mats Wichmann2018-08-133-25/+33
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-123-5/+5
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-111-2/+2
* update from upstreamWilliam Deegan2016-09-304-7/+9
|\
| * Merged in williamblevins/scons (pull request #357)William Deegan2016-09-221-0/+2
| |\
| | * Sorting RPM tarball sources to correct nondeterminism in ordering.William Blevins2016-09-181-0/+2
| * | Futurize stage 2 2to3 fixes only.William Blevins2016-09-204-7/+7
| |/
* | Merged scons/scons into defaultWilliam Deegan2016-06-143-9/+9
|\ \ | |/
| * Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-244-46/+36
| |\
| * \ Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-1/+1
| |\ \
| * \ \ Merged with [default]Stefan Zimmermann2014-03-311-2/+2
| |\ \ \
| * | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-314-7/+7
| * | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-224-16/+16
* | | | | Remove duplicate entry of "X_RPM_CONFLICTS" in dictionary. (It was there twice)William Deegan2016-05-081-1/+0
| |_|_|/ |/| | |
* | | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-104-32/+19
* | | | fix spelling mistakes found by debian lintian tool list here: https://lintian...William Deegan2015-09-281-1/+1
* | | | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-264-13/+16
| |_|/ |/| |
* | | - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-071-1/+1
| |/ |/|
* | - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
|/
* - switched to different schemaLocation URIDirk Baechle2013-05-031-1/+1
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-031-4/+183
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-10/+2
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-221-1/+1
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-211-8/+15
* Convert an old-style class in Tool/packaging/rpm.py to a new-style class.Steven Knight2010-05-161-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-243-6/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-254-49/+52
* Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead.Steven Knight2009-03-071-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0910-0/+58
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-1/+3
* Fix entity references:Steven Knight2008-09-061-2/+2
* Issue 2159: Man page formatting errors for Packaging()Greg Noel2008-08-271-13/+14
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-6/+6