File: svn-buildpackage.actions.config.example

package info (click to toggle)
svn-buildpackage 0.8.5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,084 kB
  • sloc: xml: 2,420; perl: 2,161; sh: 209; makefile: 126
file content (6 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
# something to do after/before tagging. The shell executing it gets the
# environment variables: TAG_VERSION and PACKAGE
post-tag-action = ~/bin/sync_to_cvs
#pre-tag-action = 
pre-build-action = ~/do/some/nasty/things
post-build-action = ~/do/other/things