here is my scenario
- our team develops on AIX
- dozens of applications, mostly Perl, shell scripts, batch java, C
- i would like to simplify deployment/rollback procedures - currently using plain old tarballs with backups
- I looked into installp vs. rpm for packaging (see my SO question) and decided to go with rpm - better docs, plus IBM included it while having their own packaging tool, so this is a valid reason for me
- i would want to use a separate rpm db, not the main one - for I don't have root access and I also feel it would be beneficial to separate OS apps from our stuff.
the workflow would look like:
- each app has a corresponding rpm.spec - checked-in into source control
- build an rpm in a home dir
- install/upgrade while using our own packages.rpm
NOTE : I will use this question as notes to myself as I proceed