diff options
author | jbj <devnull@localhost> | 2002-07-25 00:13:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-25 00:13:25 +0000 |
commit | 81fef9848051e5068694cde9b3c2be743d5a93e1 (patch) | |
tree | 5750bdaf2c7f72800a5a8e0429ad907775058de5 /installplatform | |
parent | c4f6f42f9458f0b20f16138ddc6f91f201c6ef03 (diff) | |
download | rpm-81fef9848051e5068694cde9b3c2be743d5a93e1.tar.gz |
- python: add ts.hdrCheck(), ts.rebuildDB() methods.
- python: iterating on an ts object returns transaction elements now.
- add yellowdog as vendor.
CVS patchset: 5570
CVS date: 2002/07/25 00:13:25
Diffstat (limited to 'installplatform')
-rwxr-xr-x | installplatform | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installplatform b/installplatform index 05a24c1af..894e81f31 100755 --- a/installplatform +++ b/installplatform @@ -69,6 +69,9 @@ for SUBST in $SUBSTS ; do fi case $VENDOR in + yellowdog) + VENDORSED='-e s,^@yellowdog@,,' + ;; pld) VENDORSED='-e s,^@pld@,,' ;; |