tkopecek / koji

Forked from koji 7 years ago
Clone

e626fca support running a sequence of Maven builds in dependency order

7 files Authored by mikeb 9 years ago, Committed by mikem 9 years ago,
    support running a sequence of Maven builds in dependency order
    
    The new "koji chainmaven" command allows Maven builds to be run in depdencency order,
    without needing to wait for repo regens.  A config file specifies the parameters and
    dependencies for each build in the sequence.  Each build is launched as soon as all
    dependent builds are complete, and is able to reference the output of all of its
    dependencies.  If the build source URL and parameters match the latest build of the
    same package in the destination tag, the build will not be re-run.
    
        
file modified
+223 -27
file modified
+99 -0
file modified
+78 -41
file modified
+1 -1
file modified
+29 -0
file modified
+3 -2
file modified
+9 -0