File: svn-buildpackage.actions.config.example

package info (click to toggle)
svn-buildpackage 0.6.16etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 260 kB
  • ctags: 42
  • sloc: perl: 1,399; makefile: 76; sh: 26
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