Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3868 4556 d 8 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.
 
1586 5057 d 22 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Extended installDpkgArchivePkgRaw with --Subdir=xxx option to allow
the base of the file transfer to be specified.
 
1584 5263 d 20 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Move the location of the 'pkg' working directory
Support for InstallShield packages not in the root of the package.
 
1582 5264 d 23 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Allow InstallShield projects to be located in the same directory as the users makefile.pl
Previously they could only exist in the root directory of the package.
 
1580 5344 d 22 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Fixed installDpkgArchiveLibFile handling of a list of files.
It would stop on the first file that it filtered out
 
1578 5345 d 1 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
The installDpkgArchiveXXXFile functions all the file to be renamed during the copy
operation. The default is to retain the source name.
 
1576 5353 d 19 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
All package versions with 4-character project suffixes
 
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.
 
1568 5943 d 21 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Creation of Solaris packages on an X86 machine now flagged with correct Architecture
 
1566 5904 d 22 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Display InstallShield Log files when the InstallShield build fails.
 
1564 6171 d 20 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Windows InstallShield: Support the creation of multiple installers
 
1562 6174 d 21 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Correct operation of convertFile() to allow DOS file endings to be handled on Solaris
 
1560 6279 d 4 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Removed dependency on Release Manager.
 
1558 6328 d 22 h lkelly /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Fixed chmod: when changing file permissions, it shouldn't change parent dir permissions.
 
1556 6331 d 18 h lkelly /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added support to allow the creation of packages (Solaris Only) that contain both production and Debug components.
 
1554 6734 d 22 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Simplify the build version number check. Allow 2 and three letter project suffixes.

Correctly build Solaris packages that are built in a directory that are marked as setgid.
 
1552 6809 d 0 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
convertFiles now supports multiple files
convertFiles now supports pattern search options
 
1550 6823 d 19 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added --KeepMask option to createPrototypeFile2
 
1548 6845 d 2 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Better handling of multiple builds in the same view
 
1546 6850 d 1 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Exetended the mechanism to locate a Source Directory
Any directive that uses a Source Dir Tag now suports tags of the form:

--Package=PackageName,SubDir
--Interface=SubDir
 
1544 6965 d 20 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added generateXmlDependancy to generate information suitable for Win32 builds.
 
1542 6977 d 0 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Correct problem deleting directoires with files that contain a 'space'
 
1540 7004 d 21 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added function: installDpkgArchivePkgRaw
This function allows transferance of package parts from the base package.
 
1538 7042 d 1 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Added an option to createPackage to allow the Win32 installer to supress the addition of the version information from the package name.
 
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
 
1534 7046 d 3 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Add wildcard filename to the installDpkgArchiveLibFile()
Added createZip command to generate ZIP files

Use command jats error reporting mechanism
Reduce the output vebosity
Requires JATS 2.55.0.cr
 
1532 7112 d 19 h dpurdie /deployfiles/trunk/ DevTools/deployfiles: Checkin by Svn Import
Based on the 1.0.0.cr version

This version supports the building of InstallShield 11.5 projects with the IS standalone builder.

The deploylib.pm includes many changes:
1) Consolidates output packages ready for transfer
2) Compains if any dependant packages are not in RM
3) Support for InstallShield 11.5 projects
 
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