Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2385

Reformat bigtop_toolchain/manifests/packages.pp to ease maintenance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • toolchain
    • None

    Description

      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

          /(?i:(SLES|opensuse))/: { $pkgs = [ 
      "unzip", 
      "curl", 
      "wget", 
      "git", 
      "make", 
      ....snipped....
      "libuuid-devel" ]
      

      Yes, the recipe file will look longer, but it will be a way easier to deal with the changes.

      Attachments

        1. BIGTOP-2385.1.patch
          7 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            cos Konstantin I Boudnik
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: