graph
- Revisions are now handled as strings2010-03-17, by Andre Heinecke
- Revisions are now handled as strings2010-03-17, by Andre Heinecke
- Modified tests for Git2010-03-17, by Andre Heinecke
- Fix default value in help string for --status-template option.2010-03-17, by Bernhard Herzog
- Cleaner last_changed_revision function2010-03-12, by Andre Heinecke
- Changed command calls to use cwd and fixed line length2010-03-12, by Andre Heinecke
- Added recipes for GNUPG Windows CE crossbuilds2010-03-12, by Andre Heinecke
- Added basic Git support, configuration options:2010-03-12, by Andre Heinecke
- Rsync call parameters: Using the long version with some parameters for clarity.2009-12-21, by Bernhard Reiter
- Improve help string for --config-file option of publishstaticweb.2009-12-09, by Bernhard Herzog
- Only try to copy package files when there actually are files to copy2009-12-09, by Bernhard Herzog
- use correct base class2009-12-04, by Bernhard Herzog
- Copy the enterprise 4 packagers to the refactored kde enterprise2009-12-03, by Bernhard Herzog
- Copy the enterprise 3.5 packagers to the refactored kde enterprise2009-12-03, by Bernhard Herzog
- Create generic kde enterprise packager by copying and adapting2009-12-03, by Bernhard Herzog
- Add directory structure for refactored kde enterprise packagers.2009-12-03, by Bernhard Herzog
- Rework the packager mainloop. it's a bit simpler now and stopping should2009-12-02, by Bernhard Herzog
- Implement tag exports in the subversion base classes.2009-12-02, by Bernhard Herzog
- When stopping because of an error, do not raise the exception again as2009-12-02, by Bernhard Herzog
- Do not require subclassing of recipes.kde_enterprise_3_5.base.BasePackageTrack.2009-12-01, by Bernhard Herzog
- Move the should_stop check out of the try/except block so that it's not2009-12-01, by Bernhard Herzog
- New command line argument --stop-on-error for runtreepkg.py and2009-12-01, by Bernhard Herzog
- Make the svn external subdirectories configurable in the configuration2009-12-01, by Bernhard Herzog
- Add per-track configuration option version_template used by the2009-12-01, by Bernhard Herzog
- Add a way to specify svn subset checkouts where only parts of a source2009-11-26, by Bernhard Herzog
- Check the URL of a working copy when updating a track's working copy.2009-11-26, by Bernhard Herzog
- Add doc-string to SubversionError2009-11-26, by Bernhard Herzog
- Do not require subclassing of2009-11-24, by Bernhard Herzog
- Turn the SourcePackager class attribute changemsg_template into a2009-11-20, by Bernhard Herzog
- Turn the SourcePackager class attribute pkg_basename into a per-track2009-11-20, by Bernhard Herzog
- Add a paragraph about the new option deb_build_options to demo.cfg.2009-11-20, by Bernhard Herzog
- Make it possible to use parallel builds for packages that support it:2009-11-20, by Bernhard Herzog
- Make it easy to install extra binaries into subdirectories of extra-pkg.2009-11-18, by Bernhard Herzog
- Correct the update of the sample configuration2009-10-06, by Bernhard Herzog
- Update the sample configuration2009-10-06, by Bernhard Herzog
- Replace debrevision_prefix with pkg_revision_template. Their meaning is2009-10-06, by Bernhard Herzog
- fix typo2009-10-06, by Bernhard Herzog
- fix typo2009-10-06, by Bernhard Herzog
- Add --track-option command line option to set track-specific options.2009-09-18, by Bernhard Herzog
- Avoid hard-coding the kde version: Do not override the2009-09-09, by Bernhard Herzog
- Make the web status templates work with newer versions of genshi, like2009-09-01, by Bernhard Herzog
- Make the #! line in the commands more portable. Use /usr/bin/python2009-09-01, by Bernhard Herzog
- kdepim 3.5 recipes: Use the official tag date as the date in the package2009-08-04, by Bernhard Herzog
- 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