Skip to content

Instantly share code, notes, and snippets.

@lbt
Created May 25, 2012 15:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lbt/2788696 to your computer and use it in GitHub Desktop.
# Configuration
# List of project repo arch schedulers(: sep) to release
PROJECTS="CE:Adaptation:N950-N9 CE_Adaptation_N9xx-common_armv7hl armv7hl armv8el
CE:Adaptation:N900 CE_Adaptation_N9xx-common_armv7hl armv7hl armv8el
CE:Adaptation:N9xx-common Mer_Core_armv7hl armv7hl armv8el
CE:Adaptation:PandaBoard Mer_Core_armv7hl armv7hl armv8el
CE:Adaptation:PandaBoard Mer_Core_armv7l armv7l
CE:Adaptation:N9xx-common Mer_Core_armv7hl armv7hl armv8el
CE:Apps:MTF CE_MW_MTF_armv7hl armv7hl armv8el
CE:Apps:MTF CE_MW_MTF_armv7hl armv7hl armv8el
CE:Apps:MTF CE_MW_MTF_armv7hl armv7hl armv8el
CE:Apps CE_MW_Shared_armv7hl armv7hl armv8el
CE:Apps CE_MW_Shared_armv7l armv7hl armv8el
CE:Apps CE_MW_Shared_i586 armv7hl armv8el
Project:MTF:Tracker CE_UX_MTF_armv7hl armv7hl armv8el
CE:MW:MTF CE_MW_Shared_armv7hl armv7hl armv8el
CE:MW:Shared Mer_Core_armv7hl armv7hl armv8el
CE:Utils Mer_Core_armv7hl armv7hl armv8el
CE:UX:MTF CE_MW_MTF_armv7hl armv7hl armv8el
CE:Apps:MTF CE_MW_MTF_armv7hl armv7hl armv8el
CE:Apps CE_MW_Shared_armv7hl armv7hl armv8el
Project:MTF:Tracker CE_UX_MTF_armv7hl armv7hl armv8el
CE:MW:MTF CE_MW_Shared_armv7hl armv7hl armv8el
CE:MW:Shared Mer_Core_armv7hl armv7hl armv8el
CE:Utils Mer_Core_armv7hl armv7hl armv8el
CE:UX:MTF CE_MW_MTF_armv7hl armv7hl armv8el"
# Set this to 1 if there are x86 cross- binaries in the arm/mips repos
CROSS=
# This should point to a public api
API=https://api.pub.meego.com/public
# This should permit rsync of /srv/obs/repos on the OBS be or a
# suitable publishing slave
RSYNC=rsync://cdownload.in.meego.com/repos
RELEASEDIR=~/releases
OBSDIR=~/obs-repos
# The target for the OBS MDS (rsync destination)
RSYNC_OBS_PUBLISH=rsync://nemo@cdownload.in.meego.com/repo/nemo/obs-repos
# The target for the repository (rsync destination)
RSYNC_REPO_PUBLISH=rsync://nemo@cdownload.in.meego.com/repo/nemo/releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment