1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# Configuration for the ui-auto-enabled project "ui-auto".
# Note: To start out your own project, run 'ui-auto-release -P'
# to get an initial ~/.ui-auto.conf file with all defaults and
# complete documentation.
#----------------------------------------------------------------------
# [ui-auto-release configuration]
#----------------------------------------------------------------------
# VC locations (sourceforge)
# Note: Preliminary; this syntax does not really work with ui-auto tools yet...
ui_release_vc_loc="ssh://spabsurd@ui-auto.git.sourceforge.net/gitroot/ui-auto/ui-auto"
ui_release_vc_loc_tags="ssh://spabsurd@ui-auto.git.sourceforge.net/gitroot/ui-auto/ui-auto"
ui_release_vc_loc_branches="ssh://spabsurd@ui-auto.git.sourceforge.net/gitroot/ui-auto/ui-auto"
# Where we up- and download tarballs (sourceforge)
ui_release_upload_loc="spabsurd,ui-auto@frs.sourceforge.net:/home/frs/project/u/ui/"
ui_release_download_loc="http://sourceforge.net/projects/ui-auto/files/"
ui_release_download_loc_append_package=false
# We want our Changelog and NEWS automatically handled on release.
ui_release_autochangelog=true
ui_release_autonews=true
# We want an email to be sent on releases here.
ui_release_notify="ui-auto-devel@lists.sourceforge.net,gerhard.dittes@1und1.de"
#----------------------------------------------------------------------
# [ui-auto-release Debian configuration]
#----------------------------------------------------------------------
. template.deb_git+mbd-1.0 "git+ssh://absurd@git.debian.org/git/collab-maint/ui-auto.git" "hellfield" "ab" "sid" "stretch jessie wheezy squeeze trusty saucy raring quantal vivid"
# This mini-buildd uses "~" before rolling release names, so we need to override the defaults
ui_release_deb_revapx_stable="~ab~SID+1"
ui_release_deb_revapx_stable_snapshot="~ab~SID+0"
ui_release_deb_revapx_unstable="~ab~SID+0"
ui_release_deb_revapx_unstable_snapshot="~ab~SID+0"
#----------------------------------------------------------------------
# [ui-auto-env|shell|update configuration ]
# ----------------------------------------------------------------------
# For ui-auto-env and friends, we only need program and m4 paths
ui_env_program_paths="src/tools"
ui_env_m4_macro_paths="src/m4"
|