2009-10-06 |
Bernhard Herzog |
Update the sample configuration
|
2009-10-06 |
Bernhard Herzog |
Replace debrevision_prefix with pkg_revision_template. Their meaning is
|
2009-10-06 |
Bernhard Herzog |
fix typo
|
2009-10-06 |
Bernhard Herzog |
fix typo
|
2009-09-18 |
Bernhard Herzog |
Add --track-option command line option to set track-specific options.
|
2009-09-09 |
Bernhard Herzog |
Avoid hard-coding the kde version: Do not override the
|
2009-09-01 |
Bernhard Herzog |
Make the web status templates work with newer versions of genshi, like
|
2009-09-01 |
Bernhard Herzog |
Make the #! line in the commands more portable. Use /usr/bin/python
|
2009-08-04 |
Bernhard Herzog |
kdepim 3.5 recipes: Use the official tag date as the date in the package
|
2009-08-04 |
Bernhard Herzog |
kde-i18n recipe: Use the enterprise_version already provided by the base
|
2009-08-04 |
Bernhard Herzog |
kdepim 3.5 recipes: Use the new BaseRevisionPackager
|
2009-08-04 |
Bernhard Herzog |
kdepim recipes: introduce a BaseRevisionPackager that allows the track
|
2009-08-04 |
Bernhard Herzog |
Add functions to get SVN logs and extract tag revisions from it. Add
|
2009-08-04 |
Bernhard Herzog |
Pass the package revision as a parameter to the RevisionPackager
|
2009-08-03 |
Bernhard Herzog |
When building a tagged revision, make sure to explicitly use the
|
2009-05-07 |
Bernhard Herzog |
Use BaseSourcePackager to build enterprise4 kde_l10n, moving the package
|
2009-05-07 |
Bernhard Herzog |
Reuse most of the code from recipes/kde_enterprise_3_5/base.py for enterprise4
|
2009-05-07 |
Bernhard Herzog |
Use base.BaseSourcePackager for building enterprise 35 kde-i18n and rely
|
2009-05-07 |
Bernhard Herzog |
Add pkgbaseversion parameter to the prepare_sources_for_tarball method
|
2009-05-07 |
Bernhard Herzog |
Define changemsg_template in BaseSourcePackager and not in the kdepim
|
2009-05-07 |
Bernhard Herzog |
Refactoring: Implement do_package in treepkg.packager.SourcePackager.
|
2009-05-07 |
Bernhard Herzog |
Refactoring: Move the TagDetector class into the treepkg.subversion module
|
2009-05-07 |
Bernhard Herzog |
Remove unused imports
|
2009-05-07 |
Bernhard Herzog |
Implement tag detection for the KDEPIM enterprise 3.5 packages. This is
|
2009-05-06 |
Bernhard Herzog |
Add tag detection to the enterprise4 kde-l10n packager by using
|
2009-05-06 |
Bernhard Herzog |
Make treepkg.subversion.last_changed_revision raise SubversionError if
|
2009-05-06 |
Bernhard Herzog |
Improve handling of nested subdirectories of tags in the enterprise4 tag
|
2009-04-30 |
Bernhard Herzog |
Refactor the enterprise4 BasePackageTrack to make it possible to
|
2009-04-30 |
Bernhard Herzog |
Add revision and recurse parameters to treepkg.subversion.export
|
2009-04-29 |
Bernhard Herzog |
Add automatic detection and builds of svn tags for the kdepim enterprise4
|
2009-04-29 |
Bernhard Herzog |
Make a revision's tag available to the report template
|
2009-04-28 |
Bernhard Herzog |
Add --quiet option so that publishpackages.py can be run without any output.
|
2009-04-24 |
Bernhard Herzog |
Add treepkg/subversion.list_url function, a wrapper for "svn list"
|
2009-04-24 |
Bernhard Herzog |
Move the code that creates the builder for a new revision to a separate method.
|
2009-04-24 |
Bernhard Herzog |
Add tag parameter to RevisionPackager constructor. The tag is stored in
|
2009-04-24 |
Bernhard Herzog |
Add a tags field to the revision status to keep track of which tags
|
2009-04-17 |
Bernhard Herzog |
Allow default values for individual options to be passed to read_config_section.
|
2009-04-16 |
Bernhard Herzog |
Fix comment
|
2009-04-16 |
Bernhard Herzog |
Make publishpackages.py work for automated regular publishing of the
|
2009-04-15 |
Bernhard Herzog |
Improve default value and explanation for the cachedir setting
|
2009-04-14 |
Bernhard Herzog |
Correct the help string for listpackages' --newest option and set a
|
2009-04-14 |
Bernhard Herzog |
Add --newest=N option to listpackages to get more than one newest
|
2009-04-14 |
Bernhard Herzog |
Make bin/listpackages.py ignore revisions that have not been built
|
2009-04-09 |
Bernhard Herzog |
Make bin/listpackages.py prefer the newest packages by start-time, not
|
2009-04-09 |
Bernhard Herzog |
Make the Status class usable without a filename and provide methods to
|
2009-03-09 |
Bernhard Herzog |
Add config settings "distribution" and "section" so that they don't have
|
2009-03-06 |
Bernhard Herzog |
Make bin/listpackages.py handle corner cases like no revisions built or
|
2009-03-06 |
Bernhard Herzog |
Mention rules revision in text of --revision parameter of bin/publishpackages.py
|
2009-03-06 |
Bernhard Herzog |
Extend --revision parameter of bin/listpackages.py to accept rules revision too.
|
2009-02-24 |
Bernhard Herzog |
Add --save-after-login option to bin/treepkgbuilder.py and corresponding
|
2009-01-21 |
Bernhard Herzog |
Report the revision correctly
|
2009-01-20 |
Bernhard Herzog |
Add execute command to treepkgbuilder
|
2009-01-16 |
Bernhard Herzog |
Add test for bin/listpendingnotifications.py
|
2009-01-14 |
Bernhard Herzog |
Include the rules revision in the output of listpendingnotifications.py
|
2009-01-14 |
Bernhard Herzog |
Add the rules revision number to the filenames referenced by
|
2009-01-14 |
Bernhard Herzog |
Add the rules revision number to the filenames used by the web status
|
2009-01-13 |
Bernhard Herzog |
Fix problem with determining whether a given revision has already been packaged
|
2009-01-13 |
Bernhard Herzog |
Show the rules revision in the reports generated by bin/reportstatus.py
|
2009-01-13 |
Bernhard Herzog |
Use better names for the rules revision in the structs in the reports.
|
2009-01-13 |
Bernhard Herzog |
Provide the rules revision number to reports
|
2009-01-13 |
Bernhard Herzog |
Add a way to specify the svn URL of the repository with the debian rules
|
2009-01-13 |
Bernhard Herzog |
Extend bin/updatetreepkg.py to rename the revision directories if they
|
2009-01-13 |
Bernhard Herzog |
When checking whether to build a new revision, also update the rules
|
2009-01-13 |
Bernhard Herzog |
Use treepkg.subversion.ManualWorkingCopy for the debian directory in a
|
2009-01-13 |
Bernhard Herzog |
Add treepkg.subversion.ManualWorkingCopy. Same interface as
|
2009-01-13 |
Bernhard Herzog |
Prepare for svn managed debian rules directories. So far, the directory
|
2009-01-09 |
Bernhard Herzog |
Fix a bug introduced by the subversion interface reorganization
|
2009-01-08 |
Bernhard Herzog |
Make bin/updatetreepkg.py executable
|
2009-01-08 |
Bernhard Herzog |
Adapt enterprise_4 kde_l10n recipe to changes in debian lenny
|
2009-01-08 |
Bernhard Herzog |
Adapt enterprise_4 kde_l10n recipe to treepkg changes
|
2009-01-08 |
Bernhard Herzog |
Handle the svn repositories and working copies in a more object oriented way
|
2009-01-08 |
Bernhard Herzog |
some cosmetic changes:
|
2009-01-07 |
Bernhard Herzog |
Remove the unused PackageTrack.last_packaged_revision method and
|
2009-01-06 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdepim packager
|
2009-01-06 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdebase_workspace
|
2009-01-06 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdebase_runtime
|
2009-01-06 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdepimlibs packager
|
2009-01-06 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdelibs packager
|
2009-01-06 |
Bernhard Herzog |
New module with code common to almost all kdepim enterprise 4 recipes
|
2009-01-05 |
Bernhard Herzog |
Removed kdebase recipe because it's not used.
|
2008-12-18 |
Bernhard Herzog |
Activate version number patching for KDEPIM enterprise4 packages.
|
2008-11-28 |
Bernhard Herzog |
Add --bind-mount option to bin/treepkgbuilder.py's login command and a
|
2008-11-28 |
Bernhard Herzog |
Fix filename in demopublishpackages.cfg
|
2008-11-14 |
Bernhard Herzog |
Add more KDEPIM Enterprise 4 recipes: l10n, kdebase_runtime, kdebase_workspace
|
2008-11-14 |
Bernhard Herzog |
Add build command to bin/treepkgbuilder.py
|
2008-11-14 |
Bernhard Herzog |
Make logfile and binary_dir parameters of PBuilder.build optional.
|
2008-11-06 |
Bernhard Herzog |
Allow checkouts of specific revision and to prohibit recursion during
|
2008-11-06 |
Bernhard Herzog |
SourcePackager.create_tarball: add parameter to specify compression method
|
2008-11-06 |
Bernhard Herzog |
Fix doc-string
|
2008-10-15 |
Bernhard Herzog |
remove unused method kdebase_version
|
2008-09-05 |
Bernhard Herzog |
Add recipes for KDEPIM enterprise 4 packages
|
2008-09-05 |
Bernhard Herzog |
Rename TestDebianControlFile to TestDebianControlFileSimple to use a
|
2008-09-04 |
Bernhard Herzog |
Fix comment
|
2008-08-20 |
Bernhard Herzog |
Add login command to bin/treepkgbuilder.py and corresponding method in
|
2008-08-20 |
Bernhard Herzog |
publishpackages command: if --track is omitted, publish files of all tracks.
|
2008-08-20 |
Bernhard Herzog |
listpackages command: if --track is omitted, list files of all tracks.
|
2008-08-20 |
Bernhard Herzog |
libgcrypt recipe: libgcrypt requires transfig and gs when creating the tarball
|
2008-08-20 |
Bernhard Herzog |
Make the version detection for the gnupg recipes more tolerant to deal
|
2008-08-01 |
Bernhard Herzog |
Extend debian/control file parser to cope with more real-world file.
|
2008-07-31 |
Bernhard Herzog |
Make filesupport.py more PEP8 conformant. Rename method
|
2008-07-31 |
Bernhard Herzog |
Log the output of the dpkg-source call to dpkg_source.txt.
|
2008-07-31 |
Bernhard Herzog |
Add logfile argument to treepkg.run.call to log the output of the
|
2008-07-30 |
Bernhard Herzog |
Add the add-binaries command to bin/treepkgbuilder.py
|
2008-07-30 |
Bernhard Herzog |
When building a subset of tracks, make sure new packages are added to
|
2008-07-30 |
Bernhard Herzog |
Add runtreepkg.py command line option --no-svn-update to inhibit updates
|
2008-07-08 |
Bernhard Herzog |
When signing Release files, delete the signature before creating a new
|
2008-06-26 |
Bernhard Herzog |
Fix typo
|
2008-06-26 |
Bernhard Herzog |
Use the FileTestMixin for the status tests, too.
|
2008-06-26 |
Bernhard Herzog |
For log files, use a name under the test specific temp dir to avoid
|
2008-06-26 |
Bernhard Herzog |
Rework test/filesupport.py so that test cases always use their own
|
2008-06-25 |
Bernhard Herzog |
Add the addkey command to bin/treepkgbuilder.py and a corresponding
|
2008-06-25 |
Bernhard Herzog |
Add test case for the save_after_exec parameter and adapt the other
|