Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1627

Change lbuild to use https://github.com/zfsonlinux to fetch spl/zfs source

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.3.0
    • None
    • None
    • 4544

      lbuild fetches zfs/spl source using git@github.com:zfsonlinux which requires a ssh keypair with git hub. If we change this to https://github.com/zfsonlinux then we will not need local keys for github as part of the builds.

      The option to change the default by using SPLZFSGITREPO should be kept.

      So change
      git clone ${SPLZFSGITREPO:-"git@github.com:zfsonlinux"}/$pkg.git $pkg 2>&1
      to
      git clone ${SPLZFSGITREPO:-"https://github.com/zfsonlinux"}/$pkg.git $pkg 2>&1

            chris Chris Gearing (Inactive)
            chris Chris Gearing (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: