tkopecek / koji

Forked from koji 7 years ago
Clone

80021ab Provide for passing credentials to SRPMfromSCM

2 files Authored by Tim Smith 4 years ago, Committed by tkopecek 4 years ago,
    Provide for passing credentials to SRPMfromSCM
    
    Some places force every access to their systems to be authenticated for
    audit purposes, which means even an https fetch of a source tarball
    needs access to some sort of credential.
    
    Provide for a directory intended to contain credentials to be
    bind-mounted into the BuildRoot for the BuildSRPMFromSCM task as
    "/credentials". Whatever runs a a result of the source_cmd ("make
    sources") is responsible for doing something useful with the contents.
    
        
file modified
+5 -0
file modified
+14 -0