Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3868 4556 d 7 h gchristi /deployfiles/trunk/ Modified reqlib_updateAllFileTags() in requestlib.sh so that when processing the REPLACETAG=VALUE parameters it does a minimal match on the = sign.
The problem was that if VALUE had an = in it it would match on that = and not the first one.
 
1574 5535 d 20 h gchristi /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Fixed a minor bug in chkuser.pl script added in last release when run on older versions of perl.
 
1572 5535 d 20 h gchristi /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added chkuser.pl script to deployfiles that are added to every Solaris package.
This allows packages to check for users and groups using getpw* and getgr* C library functions rather than looking at local files in case users and groups are handled by NIS/LDAP/AD.
 
1570 5537 d 18 h gchristi /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
DEVI-062428 deploylib is making X64 packages with an ARCH of sparc because X64 is not X86
DEVI-063357 deploylib needs to support packages with no TargetBaseDir (ie No --Dir=x option)
Additionall fixed i.replace class script so that it does not do an installf finalise on ENDOFCLASS. This is beacuse doing it here causes the resultant time stamps not to match the values in the pkgmap file. The files are in the pkgmap so pkgadd does a finalise on it anyway.
 
1536 7046 d 2 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Replaced use of GetLine with an internal fucntion that works with Windows XP and Windows Server
Correct a problem in: islib_getHostIPAddress
 
1530 7117 d 23 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Initial Release

To seperate deplyment junctionality from JATS.
Interworks with JATS versions 2.54.0 or later