Skip to content

Instantly share code, notes, and snippets.

@jlevon
Created April 15, 2019 14:11
Show Gist options
  • Save jlevon/035679e4dba20b7b59e38848765ef4cc to your computer and use it in GitHub Desktop.
Save jlevon/035679e4dba20b7b59e38848765ef4cc to your computer and use it in GitHub Desktop.
Example new configure.env for smartos-live
# ships as "default.configure.env"
# - if no configure.env is found, we use this (no need to cp if default)
# - we stop sourcing all configure.* - post your changes, it's no longer
# useful/necessary.
# we have these contents as default argument in our jenkins builds
# gerrit user can over-ride this, or individually below?
ORIGIN="https://github.com/joyent/"
# can we process these by parsing "env" or somesuch automatically??
REPO_ILLUMOS="$ORIGIN/illumos-joyent.git master projects/illumos"
# or, for example:
REPO_ILLUMOS="$ORIGIN/illumos-joyent.git refs/remotes/cr/96/6096/4 projects/illumos"
REPO_ILLUMOS_EXTRA="$ORIGIN/illumos-extra.git master projects/illumos-extra"
# historically we supported others adding local projects. I'm not sure this is
# something we really need to continue to do: ask rm.
REPO_UR_AGENT="$ORIGIN/sdc-ur-agent.git master projects/local/ur-agent"
REPO_KVM="$ORIGIN/illumos-kvm.git master projects/local/kvm"
REPO_KVM_CMD="$ORIGIN/illumos-kvm-cmd.git master projects/local/kvm-cmd"
REPO_MDATA_LCIENT="$ORIGIN/mdata-client.git master projects/local/mdata-client"
# stuff that mostly won't change goes here
PUBLISHER="joyent"
# FIXME can remove / hardcode this to anything
RELEASE_VER="joyent_147"
# FIXME: remove?
SUNW_SPRO12_URL="https://download.joyent.com/pub/build/SunStudio.tar.bz2"
# OK
ON_CLOSED_BINS_URL="https://download.joyent.com/pub/build/illumos/on-closed-bins.i386.tar.bz2"
ON_CLOSED_BINS_ND_URL="https://download.joyent.com/pub/build/illumos/on-closed-bins-nd.i386.tar.bz2"
ILLUMOS_ADJUNCT_TARBALL_URL="https://download.joyent.com/pub/build/adjuncts/"
# FIXME I'll sort this out later
OVERLAYS="generic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment