graph
- kde-i18n recipe: Use the enterprise_version already provided by the base2009-08-04, by Bernhard Herzog
- kdepim 3.5 recipes: Use the new BaseRevisionPackager2009-08-04, by Bernhard Herzog
- kdepim recipes: introduce a BaseRevisionPackager that allows the track2009-08-04, by Bernhard Herzog
- Add functions to get SVN logs and extract tag revisions from it. Add2009-08-04, by Bernhard Herzog
- Pass the package revision as a parameter to the RevisionPackager2009-08-04, by Bernhard Herzog
- When building a tagged revision, make sure to explicitly use the2009-08-03, by Bernhard Herzog
- Use BaseSourcePackager to build enterprise4 kde_l10n, moving the package2009-05-07, by Bernhard Herzog
- Reuse most of the code from recipes/kde_enterprise_3_5/base.py for enterprise42009-05-07, by Bernhard Herzog
- Use base.BaseSourcePackager for building enterprise 35 kde-i18n and rely2009-05-07, by Bernhard Herzog
- Add pkgbaseversion parameter to the prepare_sources_for_tarball method2009-05-07, by Bernhard Herzog
- Define changemsg_template in BaseSourcePackager and not in the kdepim2009-05-07, by Bernhard Herzog
- Refactoring: Implement do_package in treepkg.packager.SourcePackager.2009-05-07, by Bernhard Herzog
- Refactoring: Move the TagDetector class into the treepkg.subversion module2009-05-07, by Bernhard Herzog
- Remove unused imports2009-05-07, by Bernhard Herzog
- Implement tag detection for the KDEPIM enterprise 3.5 packages. This is2009-05-07, by Bernhard Herzog
- Add tag detection to the enterprise4 kde-l10n packager by using2009-05-06, by Bernhard Herzog
- Make treepkg.subversion.last_changed_revision raise SubversionError if2009-05-06, by Bernhard Herzog
- Improve handling of nested subdirectories of tags in the enterprise4 tag2009-05-06, by Bernhard Herzog
- Refactor the enterprise4 BasePackageTrack to make it possible to2009-04-30, by Bernhard Herzog
- Add revision and recurse parameters to treepkg.subversion.export2009-04-30, by Bernhard Herzog
- Add automatic detection and builds of svn tags for the kdepim enterprise42009-04-29, by Bernhard Herzog
- Make a revision's tag available to the report template2009-04-29, by Bernhard Herzog
- Add --quiet option so that publishpackages.py can be run without any output.2009-04-28, by Bernhard Herzog
- Add treepkg/subversion.list_url function, a wrapper for "svn list"2009-04-24, by Bernhard Herzog
- Move the code that creates the builder for a new revision to a separate method.2009-04-24, by Bernhard Herzog
- Add tag parameter to RevisionPackager constructor. The tag is stored in2009-04-24, by Bernhard Herzog
- Add a tags field to the revision status to keep track of which tags2009-04-24, by Bernhard Herzog
- Allow default values for individual options to be passed to read_config_section.2009-04-17, by Bernhard Herzog
- Fix comment2009-04-16, by Bernhard Herzog
- Make publishpackages.py work for automated regular publishing of the2009-04-16, by Bernhard Herzog
- Improve default value and explanation for the cachedir setting2009-04-15, by Bernhard Herzog
- Correct the help string for listpackages' --newest option and set a2009-04-14, by Bernhard Herzog
- Add --newest=N option to listpackages to get more than one newest2009-04-14, by Bernhard Herzog
- Make bin/listpackages.py ignore revisions that have not been built2009-04-14, by Bernhard Herzog
- Make bin/listpackages.py prefer the newest packages by start-time, not2009-04-09, by Bernhard Herzog
- Make the Status class usable without a filename and provide methods to2009-04-09, by Bernhard Herzog
- Add config settings "distribution" and "section" so that they don't have2009-03-09, by Bernhard Herzog
- Make bin/listpackages.py handle corner cases like no revisions built or2009-03-06, by Bernhard Herzog
- Mention rules revision in text of --revision parameter of bin/publishpackages.py2009-03-06, by Bernhard Herzog
- Extend --revision parameter of bin/listpackages.py to accept rules revision too.2009-03-06, by Bernhard Herzog
- Add --save-after-login option to bin/treepkgbuilder.py and corresponding2009-02-24, by Bernhard Herzog
- Report the revision correctly2009-01-21, by Bernhard Herzog
- Add execute command to treepkgbuilder2009-01-20, by Bernhard Herzog
- Add test for bin/listpendingnotifications.py2009-01-16, by Bernhard Herzog
- Include the rules revision in the output of listpendingnotifications.py2009-01-14, by Bernhard Herzog
- Add the rules revision number to the filenames referenced by2009-01-14, by Bernhard Herzog
- Add the rules revision number to the filenames used by the web status2009-01-14, by Bernhard Herzog
- Fix problem with determining whether a given revision has already been packaged2009-01-13, by Bernhard Herzog
- Show the rules revision in the reports generated by bin/reportstatus.py2009-01-13, by Bernhard Herzog
- Use better names for the rules revision in the structs in the reports.2009-01-13, by Bernhard Herzog
- Provide the rules revision number to reports2009-01-13, by Bernhard Herzog
- Add a way to specify the svn URL of the repository with the debian rules2009-01-13, by Bernhard Herzog
- Extend bin/updatetreepkg.py to rename the revision directories if they2009-01-13, by Bernhard Herzog
- When checking whether to build a new revision, also update the rules2009-01-13, by Bernhard Herzog
- Use treepkg.subversion.ManualWorkingCopy for the debian directory in a2009-01-13, by Bernhard Herzog
- Add treepkg.subversion.ManualWorkingCopy. Same interface as2009-01-13, by Bernhard Herzog
- Prepare for svn managed debian rules directories. So far, the directory2009-01-13, by Bernhard Herzog
- Fix a bug introduced by the subversion interface reorganization2009-01-09, by Bernhard Herzog
- Make bin/updatetreepkg.py executable2009-01-08, by Bernhard Herzog
- Adapt enterprise_4 kde_l10n recipe to changes in debian lenny2009-01-08, by Bernhard Herzog
- Adapt enterprise_4 kde_l10n recipe to treepkg changes2009-01-08, by Bernhard Herzog
- Handle the svn repositories and working copies in a more object oriented way2009-01-08, by Bernhard Herzog
- some cosmetic changes:2009-01-08, by Bernhard Herzog
- Remove the unused PackageTrack.last_packaged_revision method and2009-01-07, by Bernhard Herzog
- Use the recipes.kde_enterprise_4.base module to define the kdepim packager2009-01-06, by Bernhard Herzog
- Use the recipes.kde_enterprise_4.base module to define the kdebase_workspace2009-01-06, by Bernhard Herzog
- Use the recipes.kde_enterprise_4.base module to define the kdebase_runtime2009-01-06, by Bernhard Herzog
- Use the recipes.kde_enterprise_4.base module to define the kdepimlibs packager2009-01-06, by Bernhard Herzog
- Use the recipes.kde_enterprise_4.base module to define the kdelibs packager2009-01-06, by Bernhard Herzog
- New module with code common to almost all kdepim enterprise 4 recipes2009-01-06, by Bernhard Herzog
- Removed kdebase recipe because it's not used.2009-01-05, by Bernhard Herzog
- Activate version number patching for KDEPIM enterprise4 packages.2008-12-18, by Bernhard Herzog
- Add --bind-mount option to bin/treepkgbuilder.py's login command and a2008-11-28, by Bernhard Herzog
- Fix filename in demopublishpackages.cfg2008-11-28, by Bernhard Herzog
- Add more KDEPIM Enterprise 4 recipes: l10n, kdebase_runtime, kdebase_workspace2008-11-14, by Bernhard Herzog
- Add build command to bin/treepkgbuilder.py2008-11-14, by Bernhard Herzog
- Make logfile and binary_dir parameters of PBuilder.build optional.2008-11-14, by Bernhard Herzog
- Allow checkouts of specific revision and to prohibit recursion during2008-11-06, by Bernhard Herzog
- SourcePackager.create_tarball: add parameter to specify compression method2008-11-06, by Bernhard Herzog
- Fix doc-string2008-11-06, by Bernhard Herzog
- remove unused method kdebase_version2008-10-15, by Bernhard Herzog
- Add recipes for KDEPIM enterprise 4 packages2008-09-05, by Bernhard Herzog
- Rename TestDebianControlFile to TestDebianControlFileSimple to use a2008-09-05, by Bernhard Herzog
- Fix comment2008-09-04, by Bernhard Herzog
- Add login command to bin/treepkgbuilder.py and corresponding method in2008-08-20, by Bernhard Herzog
- publishpackages command: if --track is omitted, publish files of all tracks.2008-08-20, by Bernhard Herzog
- listpackages command: if --track is omitted, list files of all tracks.2008-08-20, by Bernhard Herzog
- libgcrypt recipe: libgcrypt requires transfig and gs when creating the tarball2008-08-20, by Bernhard Herzog
- Make the version detection for the gnupg recipes more tolerant to deal2008-08-20, by Bernhard Herzog
- Extend debian/control file parser to cope with more real-world file.2008-08-01, by Bernhard Herzog
- Make filesupport.py more PEP8 conformant. Rename method2008-07-31, by Bernhard Herzog
- Log the output of the dpkg-source call to dpkg_source.txt.2008-07-31, by Bernhard Herzog
- Add logfile argument to treepkg.run.call to log the output of the2008-07-31, by Bernhard Herzog
- Add the add-binaries command to bin/treepkgbuilder.py2008-07-30, by Bernhard Herzog
- When building a subset of tracks, make sure new packages are added to2008-07-30, by Bernhard Herzog
- Add runtreepkg.py command line option --no-svn-update to inhibit updates2008-07-30, by Bernhard Herzog
- When signing Release files, delete the signature before creating a new2008-07-08, by Bernhard Herzog
- Fix typo2008-06-26, by Bernhard Herzog
- Use the FileTestMixin for the status tests, too.2008-06-26, by Bernhard Herzog
- For log files, use a name under the test specific temp dir to avoid2008-06-26, by Bernhard Herzog
- Rework test/filesupport.py so that test cases always use their own2008-06-26, by Bernhard Herzog
- Add the addkey command to bin/treepkgbuilder.py and a corresponding2008-06-25, by Bernhard Herzog
- Add test case for the save_after_exec parameter and adapt the other2008-06-25, by Bernhard Herzog
- Add the save_after_exec argument to the PBuilder.run_script method. If2008-06-25, by Bernhard Herzog
- Extend the PBuilder.run_script method so that the script can be called2008-06-25, by Bernhard Herzog
- Update demo.cfg with better defaults and a new paragraph for the2008-06-24, by Bernhard Herzog
- Implement optional signing of .dsc and .changes files2008-06-24, by Bernhard Herzog
- PBuilder: refactor the "pbuilder update" call into a separate method2008-06-24, by Bernhard Herzog
- Add bin/treepkgbuilder.py, a script to manage treepkg's pbuilder instance2008-06-24, by Bernhard Herzog
- Make PBuilder.update_extra_pkg_dir create Release and Release.gpg files2008-06-24, by Bernhard Herzog
- Adapt gnugp2 recipe to the filenameproperty renaming2008-06-24, by Bernhard Herzog
- treepkg.builder.PBuilder: refactor the actual apt-ftparchive call into a2008-06-23, by Bernhard Herzog
- Introduce filenameproperties for the various directories in the PBuilder class2008-06-23, by Bernhard Herzog
- Move the filenameproperty factory from treepkg/packager.py to2008-06-23, by Bernhard Herzog
- Add "--debbuildopts -b" to "pbuilder build" command line to stop2008-06-23, by Bernhard Herzog
- Move the pbuilder initialization code from bin/initpbuilder.py to2008-06-23, by Bernhard Herzog
- Extend listdir_abs with an optional glob pattern2008-06-20, by Bernhard Herzog
- Removed unused method PackageTrack.debian_source2008-06-20, by Bernhard Herzog
- Introduce package track config option signing_key_id to specify the2008-06-20, by Bernhard Herzog
- Add a function to sign a debian .dsc or .control file2008-06-20, by Bernhard Herzog
- Make treepkg.run.capture_output include the output in the2008-06-20, by Bernhard Herzog
- Extend treepkg.run.call so that data can be fed to stdin of the subprocess.2008-06-20, by Bernhard Herzog
- Fix spelling of the DebianControlFile.handle_source_paragraph method.2008-06-20, by Bernhard Herzog
- Remove debug print2008-06-19, by Bernhard Herzog
- kdepim recipe: raise an error if not all version replacements could be done2008-06-19, by Bernhard Herzog
- Make treepkg/utilreplace_in_file return whether any substitutions were made.2008-06-19, by Bernhard Herzog
- Changed matching string enterprise->enterprise35, so it matches2008-06-19, by Bernhard Reiter
- Make the template used by bin/publishstaticweb.py configurable.2008-06-17, by Bernhard Herzog