DX Unified Infrastructure Management

 View Only
Expand all | Collapse all

Programmatic process to create archive packages

  • 1.  Programmatic process to create archive packages

    Posted Feb 12, 2010 11:56 PM
    I'm looking for a way to programmatically create/update archive packages from the command line. I have a source code repository that will have a probe, the configuration file, and other supporting files or scripts. I'd like to automate the creation/update of archive packages using make and the Nimbus Perl libraries.

    Looking through the distsrv technical brief found in the Self-Service Center, I see that there are the callback commands:

    archive_put_start(name,version,file_content) - returns id
    archive_put_next(id, file_content)
    archive_put_end(id)

    Since file_content is listed as having a Void type, what should I be passing here?

    What other callbacks are required?


  • 2.  Re: Programmatic process to create archive packages

    Posted Jun 22, 2012 07:11 PM

    I see it's an old thread, but I'm interested too.  Any news?