Konstantin Boudnik created BIGTOP-2385:
------------------------------------------

             Summary: Reformat bigtop_toolchain/manifests/packages.pp to ease 
maintenance
                 Key: BIGTOP-2385
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2385
             Project: Bigtop
          Issue Type: Improvement
          Components: toolchain
    Affects Versions: 1.1.0
            Reporter: Konstantin Boudnik
             Fix For: 1.2.0


Right now we have the packages listed as a single long string. Resolving 
conflicts coming from concurrent changes in the package lists is becoming 
increasingly difficult. Let's reformat these lists to look like 
{code}
    /(?i:(SLES|opensuse))/: { $pkgs = [ 
"unzip", 
"curl", 
"wget", 
"git", 
"make", 
....snipped....
"libuuid-devel" ]
{code}
Yes, the recipe file will look longer, but it will be a way easier to deal with 
the changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to