Log of /trunk/pp.back.aix
Parent Directory
|
Revision Log
Revision
212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 13 23:09:36 2009 UTC
(9 months, 1 week ago)
by
tperciva
File length: 19530 byte(s)
Diff to
previous 201
aix: truncate 5-component versions to 4 components
5-component versions are only valid for partial filesets, not
base filesets (full packages). We only generate base filesets.
An overlong version number will now yield a warning & truncation, rather
than an error.
Revision
187 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 15 18:44:09 2008 UTC
(13 months ago)
by
dleonard
File length: 19301 byte(s)
Diff to
previous 184
Separate platform functions out into their own files in preparation for making consistent
Revision
184 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 14 22:07:58 2008 UTC
(13 months, 1 week ago)
by
dleonard
File length: 21139 byte(s)
Diff to
previous 179
Handle AIX6* and also look for ISA hints in the files
Revision
179 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 11 20:54:23 2008 UTC
(14 months, 1 week ago)
by
dleonard
File length: 20146 byte(s)
Diff to
previous 157
Bug 449: mksys adds -G "" when ${group} not defined (thanks Jason burns)
Revision
157 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 8 03:48:28 2008 UTC
(22 months, 2 weeks ago)
by
dleonard
File length: 20145 byte(s)
Diff to
previous 156
Don't assume that /usr/sbin is in the PATH on aix
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: 20100 byte(s)
Diff to
previous 154
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
154 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 6 05:59:11 2007 UTC
(23 months, 2 weeks ago)
by
dleonard
File length: 19648 byte(s)
Diff to
previous 147
part of bug 429: don't use the build host's identifier in the output filename.
Revision
147 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 21 13:36:29 2007 UTC
(2 years, 2 months ago)
by
dleonard
File length: 19671 byte(s)
Diff to
previous 129
Improvements to pp_mkuser and pp_mkgroup on RPM.
Extra sanity checks. Correct use of shell var syntax.
Revision
99 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 5 04:21:11 2007 UTC
(2 years, 9 months ago)
by
dleonard
File length: 19211 byte(s)
Diff to
previous 93
Add virtual service groups and a 'print-platform' helper function
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: 18966 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: 18864 byte(s)
Diff to
previous 87
Add --probe option that prints the local platform identifier
Revision
87 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 23 12:37:13 2006 UTC
(3 years ago)
by
dleonard
File length: 18576 byte(s)
Diff to
previous 86
%post, %preun, %check scripts to exit 0 by default.
Explanation: The normal behaviour of shell is to exit with the exit code
of the last-run command. Sometimes this means the last 'if' condition,
or a '&&' conjunction can unintentionally abort an install. This change
effectively adds an 'exit 0' to the end of most scripts. To raise a failure,
scripts must now explicitly call 'exit 1'. This will terminate the
installation process on most platforms.
Revision
86 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 19 12:08:57 2006 UTC
(3 years, 1 month ago)
by
davidl
File length: 18550 byte(s)
Diff to
previous 71
show usage when AIX inst helper run with no arguments
Revision
67 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 21 05:54:18 2006 UTC
(3 years, 2 months ago)
by
davidl
File length: 18525 byte(s)
Diff to
previous 65
Fix bug where empty root components would stop pre/post/check scripts running
Some extra cleanup occurred while debugging this
Revision
65 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 21 03:32:37 2006 UTC
(3 years, 2 months ago)
by
davidl
File length: 17835 byte(s)
Diff to
previous 61
improve error messages from install helper script
Revision
61 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 21 02:38:58 2006 UTC
(3 years, 2 months ago)
by
davidl
File length: 17799 byte(s)
Diff to
previous 53
Strip alpha from AIX version numbers; add -F option to install to force upgrades
Revision
53 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 19 05:14:24 2006 UTC
(3 years, 2 months ago)
by
davidl
File length: 17649 byte(s)
Diff to
previous 45
fix: detection of --destdir was wrong
fix: symlinks in the root subset were not being copied correctly
fix: setuid executables were generating wrong mode string
support %check files
move mkuser/mkgroup code into the pp_backend_aix_function()
Revision
44 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 4 09:51:57 2006 UTC
(3 years, 3 months ago)
by
davidl
File length: 15943 byte(s)
Diff to
previous 43
various fixes
- correct missing description text on hpux
- add install script for hpux
- add 'list-files' command for the install helper script
- install helper script understands $PP_PKGDESTDIR env var
- fix problem with %{..} substitution on hpux (sed doesn't grok \n)
- fix bug where the special filename - wasn't being recognised
- add tests to make sure backslashes in sections work
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: 16073 byte(s)
Diff to
previous 39
add an --install-script option to simplify testing
Revision
39 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 3 16:42:06 2006 UTC
(3 years, 3 months ago)
by
davidl
File length: 13802 byte(s)
Diff to
previous 29
Insert build platform distro into package name
Revision
29 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 27 12:22:33 2006 UTC
(3 years, 3 months ago)
by
davidl
File length: 13581 byte(s)
Diff to
previous 4
Correct version number handling; fix debug tests
Revision
4 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 17 16:05:16 2006 UTC
(3 years, 4 months ago)
by
davidl
File length: 12812 byte(s)
Diff to
previous 2
aix fixes; better transient file cleanup
Revision
1 -
(
view)
(
annotate)
-
[select for diffs]
Added
Mon Jul 17 01:55:43 2006 UTC
(3 years, 4 months ago)
by
davidl
File length: 13003 byte(s)
Import current polypkg sources into SVN
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.