Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lbt
Created May 25, 2012 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbt/2789160 to your computer and use it in GitHub Desktop.
Save lbt/2789160 to your computer and use it in GitHub Desktop.
lbt@shell:~/release-tools$ cat release.tools
# Configuration
# List of project repo arch schedulers(: sep) to release
PROJECTS="Mer:Tools Mer_Core_i486 i486 i586"
# 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/releases/Mer-Tools/mds/
# The target for the repository (rsync destination)
RSYNC_REPO_PUBLISH=rsync://nemo@cdownload.in.meego.com/repo/releases/Mer-Tools/
# If rsync needs a password
export RSYNC_PASSWORD=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment