log treepkg/packager.py @ 224:6bac65dcf258

age author description
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
Thu, 15 Mar 2007 21:12:23 +0100 Bernhard Herzog use the enums for the status field of RevisionStatus
Thu, 15 Mar 2007 12:08:15 +0100 Bernhard Herzog rename Status to RevisionStatus
Wed, 14 Mar 2007 17:48:23 +0100 Bernhard Herzog fix typo
Tue, 13 Mar 2007 16:51:46 +0100 Bernhard Herzog Improve access to a RevisionPackager's build_log
Fri, 09 Mar 2007 19:39:13 +0100 Bernhard Herzog Use the new status class and report start/stop time too
Fri, 09 Mar 2007 19:02:47 +0100 Bernhard Herzog Add simple status report tool. Still using the old status files
Fri, 09 Mar 2007 15:13:13 +0100 Bernhard Herzog Add method RevisionPackager.get_revision_numbers
Fri, 09 Mar 2007 15:03:20 +0100 Bernhard Herzog Fix typo in logging message
Fri, 09 Mar 2007 15:02:41 +0100 Bernhard Herzog Rename the instance variable plant to pkg_line in some classes
Fri, 09 Mar 2007 14:48:58 +0100 Bernhard Herzog Rename AssemblyLine to PackageLine
Fri, 09 Mar 2007 14:33:50 +0100 Bernhard Herzog Rename the Packager class to PackagerGroup
Fri, 09 Mar 2007 12:26:01 +0100 Bernhard Herzog Separate the kolab specific parts.
Thu, 08 Mar 2007 19:55:44 +0100 Bernhard Herzog readconfig.py is smarter now about conversions and supports shlex
Tue, 06 Mar 2007 17:37:32 +0100 Bernhard Herzog initial checkin
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)