RPM Creation
![]()
Hi All,
We have CLM 4.0.1 on windows server at our site, We want to create RPM after the build the code.
Is there any possibility to do this.
Many Many Thanks in advance.
Regards,
Avtar Singh
|
One answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Dec 13 '13, 7:21 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
By "RPM", do you mean a Red Hat Package Manager package? If so, you would just have the build invoke a script to create the RPM package. Or is this not what you are asking about?
Comments Hi Clemm,
Thanks for response, Yes we want to create Read Hat Package Manager Package from RTC thick client which is on Windows environment
With Regards,
Avtar Singh.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Then the second sentence of my answer would apply ...just have the build invoke a script to create the RPM package. Get the source files onto the disk of the build machine is RTC's responsibility ... creating the script that takes those files and produces the RPM package would be your responsibility.
|