log treepkg/packager.py @ 306:163f0d8b64eb

age author description
Tue, 01 Dec 2009 11:42:14 +0000 Bernhard Herzog Make the svn external subdirectories configurable in the configuration
Tue, 01 Dec 2009 11:26:47 +0000 Bernhard Herzog Add per-track configuration option version_template used by the
Thu, 26 Nov 2009 20:20:57 +0000 Bernhard Herzog Add a way to specify svn subset checkouts where only parts of a source
Fri, 20 Nov 2009 21:35:12 +0000 Bernhard Herzog Turn the SourcePackager class attribute changemsg_template into a
Fri, 20 Nov 2009 21:06:10 +0000 Bernhard Herzog Turn the SourcePackager class attribute pkg_basename into a per-track
Fri, 20 Nov 2009 20:19:51 +0000 Bernhard Herzog Make it possible to use parallel builds for packages that support it:
Tue, 06 Oct 2009 13:13:04 +0000 Bernhard Herzog Replace debrevision_prefix with pkg_revision_template. Their meaning is
Tue, 04 Aug 2009 10:01:56 +0000 Bernhard Herzog Pass the package revision as a parameter to the RevisionPackager
Thu, 07 May 2009 16:01:10 +0000 Bernhard Herzog Add pkgbaseversion parameter to the prepare_sources_for_tarball method
Thu, 07 May 2009 15:19:15 +0000 Bernhard Herzog Refactoring: Implement do_package in treepkg.packager.SourcePackager.
Fri, 24 Apr 2009 18:21:01 +0000 Bernhard Herzog Move the code that creates the builder for a new revision to a separate method.
Fri, 24 Apr 2009 18:04:40 +0000 Bernhard Herzog Add tag parameter to RevisionPackager constructor. The tag is stored in
Tue, 13 Jan 2009 17:20:25 +0000 Bernhard Herzog Fix problem with determining whether a given revision has already been packaged
Tue, 13 Jan 2009 16:18:58 +0000 Bernhard Herzog Add a way to specify the svn URL of the repository with the debian rules
Tue, 13 Jan 2009 15:01:22 +0000 Bernhard Herzog When checking whether to build a new revision, also update the rules
Tue, 13 Jan 2009 14:31:59 +0000 Bernhard Herzog Use treepkg.subversion.ManualWorkingCopy for the debian directory in a
Tue, 13 Jan 2009 13:48:59 +0000 Bernhard Herzog Prepare for svn managed debian rules directories. So far, the directory
Thu, 08 Jan 2009 16:55:18 +0000 Bernhard Herzog Handle the svn repositories and working copies in a more object oriented way
Wed, 07 Jan 2009 19:57:46 +0000 Bernhard Herzog Remove the unused PackageTrack.last_packaged_revision method and
Thu, 06 Nov 2008 15:36:29 +0000 Bernhard Herzog SourcePackager.create_tarball: add parameter to specify compression method
Thu, 04 Sep 2008 13:39:58 +0000 Bernhard Herzog Fix comment
Thu, 31 Jul 2008 10:17:56 +0000 Bernhard Herzog Log the output of the dpkg-source call to dpkg_source.txt.
Wed, 30 Jul 2008 19:23:10 +0000 Bernhard Herzog When building a subset of tracks, make sure new packages are added to
Wed, 30 Jul 2008 19:00:31 +0000 Bernhard Herzog Add runtreepkg.py command line option --no-svn-update to inhibit updates
Tue, 24 Jun 2008 18:08:31 +0000 Bernhard Herzog Implement optional signing of .dsc and .changes files
Tue, 24 Jun 2008 15:10:39 +0000 Bernhard Herzog Make PBuilder.update_extra_pkg_dir create Release and Release.gpg files
Mon, 23 Jun 2008 19:26:21 +0000 Bernhard Herzog Move the filenameproperty factory from treepkg/packager.py to
Fri, 20 Jun 2008 15:19:03 +0000 Bernhard Herzog Removed unused method PackageTrack.debian_source
Fri, 20 Jun 2008 15:08:59 +0000 Bernhard Herzog Introduce package track config option signing_key_id to specify the
Thu, 05 Jun 2008 12:34:55 +0000 Bernhard Herzog Make sure the log dir exists before attempting to run pbuilder build
Mon, 02 Jun 2008 17:43:22 +0000 Bernhard Herzog Create build_log.txt into the log/ subdirectory.
Mon, 02 Jun 2008 17:05:02 +0000 Bernhard Herzog Rename the build log from build.log to build_log.txt. This makes
Mon, 02 Jun 2008 15:46:41 +0000 Bernhard Herzog Add RevisionPackager method list_log_files which returns a description
Mon, 02 Jun 2008 15:01:34 +0000 Bernhard Herzog Extend _filenameproperty so that the filename can be interpreted
Tue, 27 May 2008 17:55:08 +0000 Bernhard Herzog Add a log/ subdir for each revision. The filename is available as the
Tue, 27 May 2008 13:12:12 +0000 Bernhard Herzog Make more of RevisionPackager available to SourcePackager and
Fri, 23 May 2008 17:44:15 +0000 Bernhard Herzog Try to determine dependencies only when treepkg is fully configured.
Fri, 23 May 2008 16:11:22 +0000 Bernhard Herzog Add basic dependency handling to PackageTrack and PackagerGroup.
Thu, 22 May 2008 18:12:30 +0000 Bernhard Herzog Make the import_packager_module function more flexible. The modules may
Tue, 01 Apr 2008 12:30:39 +0000 Bernhard Herzog Add a smarter way to load the packager modules: Add the function
Thu, 20 Mar 2008 20:21:34 +0000 Bernhard Herzog Abstract the pbuilder calls into the new class treepkg.builder.PBuilder.
Tue, 04 Mar 2008 14:31:28 +0000 Bernhard Herzog Add bin/inittreepkg.py, a script to automate some of the installation
Tue, 19 Feb 2008 19:19:23 +0000 Bernhard Herzog Add support for notification mails in case of build errors
Mon, 26 Nov 2007 15:17:04 +0000 Bernhard Herzog Make packaging a specific revision work even if newer revisions have already
Wed, 07 Nov 2007 10:13:24 +0000 Bernhard Herzog Make the prefix used in the debian revision number configurable.
Tue, 11 Sep 2007 17:24:56 +0000 Bernhard Herzog Implement a way to stop a running treepackager.
Tue, 11 Sep 2007 13:58:28 +0000 Bernhard Herzog remove unused import
Tue, 11 Sep 2007 13:46:53 +0000 Bernhard Herzog Add methods RevisionPackager.list_source_files and
Tue, 11 Sep 2007 09:53:34 +0000 Bernhard Herzog Make PackageTrack.get_revision_numbers return the revisions as a sorted
Mon, 10 Sep 2007 17:13:33 +0000 Bernhard Herzog Make BinaryPackager remove all files that do not belong to the binary
Fri, 11 May 2007 13:00:41 +0000 Bernhard Herzog Add revision parameter to PackagerGroup.__init__ and some other methods
Tue, 24 Apr 2012 17:13:43 +0200 Thomas Arendsen Hein initial revision of the subversion repository
Tue, 10 Apr 2007 12:07:39 +0200 Bernhard Herzog merge
Tue, 03 Apr 2007 20:51:44 +0200 Bernhard Herzog fix typo in log message
Tue, 03 Apr 2007 20:37:07 +0200 Bernhard Herzog rename some variables from pkg_track to track
Tue, 03 Apr 2007 20:33:33 +0200 Bernhard Herzog Rename 'packagel ine' -> 'package track'
Tue, 03 Apr 2007 16:09:35 +0200 Bernhard Herzog merge
Mon, 02 Apr 2007 20:48:25 +0200 Bernhard Herzog merge
Mon, 02 Apr 2007 20:46:51 +0200 Bernhard Herzog add config options pbuilderrc and use it when calling pbuilder
Tue, 20 Mar 2007 17:27:46 +0100 Bernhard Herzog use cmdexpand when calling subprocesses
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)