/[polypkg]/trunk/pp.back.deb
ViewVC logotype

Log of /trunk/pp.back.deb

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 202 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 17:19:23 2008 UTC (12 months, 3 weeks ago) by dleonard
File length: 13359 byte(s)
Diff to previous 196
remove warning about %depends.run not found

Revision 196 - (view) (annotate) - [select for diffs]
Modified Thu Oct 23 18:35:15 2008 UTC (12 months, 4 weeks ago) by tperciva
File length: 13405 byte(s)
Diff to previous 187
Add %depend processing for deb

Allows specifying explicit package dependencies.

Revision 187 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 18:44:09 2008 UTC (13 months ago) by dleonard
File length: 13232 byte(s)
Diff to previous 160
Separate platform functions out into their own files in preparation for making consistent

Revision 160 - (view) (annotate) - [select for diffs]
Modified Fri Jan 25 04:31:40 2008 UTC (21 months, 3 weeks ago) by dleonard
File length: 14147 byte(s)
Diff to previous 156
remove x86.deb from x86_64 deb equiv list

Revision 156 - (view) (annotate) - [select for diffs]
Modified Mon Jan 7 03:16:48 2008 UTC (22 months, 2 weeks ago) by dleonard
File length: 14127 byte(s)
Diff to previous 152
Add --vas-platforms option to pp that emits the compatible VAS platform IDs
Also, add $enable to the service model defaulting to yes, that makes
a service active at boot. (only honoured by rpm & deb for now)

Revision 152 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 04:58:40 2007 UTC (23 months, 2 weeks ago) by dleonard
File length: 13815 byte(s)
Diff to previous 149
on debian, ignore already-removed service links on uninstall

Revision 149 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 01:06:56 2007 UTC (2 years ago) by dleonard
File length: 13812 byte(s)
Diff to previous 132
Debian backend changes:
Change default debian maintainer to support@quest.com.
When dpkg/md5sum/fakeroot aren't found on debian, print needed packages.
Don't mark the svc scripts as a conffile so they are deleted on remove.
Remove unused postrm code.

Revision 132 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 04:42:06 2007 UTC (2 years, 3 months ago) by dleonard
File length: 13728 byte(s)
Diff to previous 127
fix pp_mkuser and pp_mkgroup for Debian 3.1 and 4.0

Revision 127 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 07:56:51 2007 UTC (2 years, 4 months ago) by tperciva
File length: 13422 byte(s)
Diff to previous 126
Fix conffiles

Revision 126 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 07:51:08 2007 UTC (2 years, 4 months ago) by tperciva
File length: 13413 byte(s)
Diff to previous 125
Fix conffiles in deb packages

Revision 125 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 07:14:40 2007 UTC (2 years, 4 months ago) by tperciva
File length: 13352 byte(s)
Diff to previous 122
Use Debian-style package filenames

Revision 122 - (view) (annotate) - [select for diffs]
Modified Mon May 21 06:10:19 2007 UTC (2 years, 6 months ago) by tperciva
File length: 13352 byte(s)
Diff to previous 117
Fix bug #299: fails when umask is restrictive

This only applies to the deb backend

Revision 117 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 07:04:24 2007 UTC (2 years, 7 months ago) by tperciva
File length: 13271 byte(s)
Diff to previous 113
Correctly parse Debian version numbers with revisions when probing
The revision is ignored

Revision 113 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 07:20:36 2007 UTC (2 years, 7 months ago) by tperciva
File length: 13204 byte(s)
Diff to previous 112
Find lsb_release in $PATH

lsb_release is in /usr/bin on Debian.[1] It was previously executing
/bin/lsb_release so I assume that's where it is on Ubuntu.

[1] As of lsb-release 3.1-23.1

Revision 112 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 04:30:09 2007 UTC (2 years, 7 months ago) by dleonard
File length: 13209 byte(s)
Diff to previous 109
Fix installer, error handling, required program checks; other tidying

Revision 109 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 05:15:59 2007 UTC (2 years, 8 months ago) by dleonard
File length: 13197 byte(s)
Diff to previous 108
fix groupadd, useradd, file ownership, #! headers being stripped

Tested this with the openssh distribution on debian and it seems to work ok!

Revision 108 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 04:16:55 2007 UTC (2 years, 8 months ago) by dpovey
File length: 12799 byte(s)
Diff to previous 107
- Added install script generation
- Refactoring so we now generate different packages for the run/dev/doc/dbg components

We'll call this v1.0 now.

Revision 107 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 02:42:45 2007 UTC (2 years, 8 months ago) by dpovey
File length: 9084 byte(s)
Diff to previous 106
- Add support for services. 
- Refactor some stuff so that we build with dpkg-deb rather than doing ar hackery

Revision 106 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 23:44:28 2007 UTC (2 years, 8 months ago) by dpovey
File length: 9302 byte(s)
Diff to previous 105
Do symlinks a more sensible way (ie. in the data.tar.gz rather as a postinstall
step).

Revision 105 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 08:10:41 2007 UTC (2 years, 8 months ago) by dpovey
File length: 9509 byte(s)
Diff to previous 97
Made inroads on the Debian template to get this mostly working.  A couple of rough edges to iron out (no service stuff, or install).
But builds an installable package.

Revision 97 - (view) (annotate) - [select for diffs]
Modified Fri Jan 12 02:26:43 2007 UTC (2 years, 10 months ago) by tperciva
File length: 3192 byte(s)
Diff to previous 96
Remove periods from version numbers in deb platform name

Revision 96 - (view) (annotate) - [select for diffs]
Modified Fri Jan 12 02:21:27 2007 UTC (2 years, 10 months ago) by tperciva
File length: 3146 byte(s)
Diff to previous 93
Implement .deb backend probe function, and add deb backend to pp
The deb backend is unfinished, but being able to use --probe is useful

Revision 93 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 04:06:07 2006 UTC (2 years, 11 months ago) by dleonard
File length: 2397 byte(s)
Diff to previous 90
Uniformly init service script vars; detect platform arch for solaris and linux.

Fixing the init service script vars will make init scripts work on suse again.

Making linux and solaris detect the platform architecture allows us to build
32-bit packages on sparc64 or ppc64 hosts (otherwise the platform is
detected by a probe and the package is incorrectly marked as 64-bit)

Revision 90 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 12:48:12 2006 UTC (2 years, 11 months ago) by dleonard
File length: 2296 byte(s)
Diff to previous 75
Add --probe option that prints the local platform identifier

Revision 75 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 11:15:38 2006 UTC (3 years, 1 month ago) by davidl
File length: 2184 byte(s)
Diff to previous 56
some debian initial work I had lying about

Revision 56 - (view) (annotate) - [select for diffs]
Modified Tue Sep 19 05:16:40 2006 UTC (3 years, 2 months ago) by davidl
File length: 1218 byte(s)
Diff to previous 41
pp_function/pp_functions: emits platform-dependent shell function

Revision 41 - (view) (annotate) - [select for diffs]
Modified Fri Aug 4 04:50:34 2006 UTC (3 years, 3 months ago) by davidl
File length: 858 byte(s)
Diff to previous 14
add an --install-script option to simplify testing

Revision 14 - (view) (annotate) - [select for diffs]
Added Wed Jul 19 10:28:02 2006 UTC (3 years, 4 months ago) by davidl
File length: 856 byte(s)
stub for debian backend

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Ted.Percival@quest.com
ViewVC Help
Powered by ViewVC 1.1.2