35 lines
470 B
Plaintext
35 lines
470 B
Plaintext
#
|
|
# Configuration file for 'release', a utility to make release more
|
|
# easily:
|
|
#
|
|
# http://release.repository.steve.org.uk/
|
|
#
|
|
# Steve
|
|
# --
|
|
#
|
|
|
|
|
|
#
|
|
# Command to run
|
|
#
|
|
preupload="make release"
|
|
|
|
|
|
#
|
|
#
|
|
# Pattern for our release tarball.
|
|
#
|
|
pattern=xen-tools-[0-9].[0-9].tar.gz*
|
|
|
|
|
|
#
|
|
# Pattern for our GPG-signature.
|
|
#
|
|
signature=xen-tools-[0-9].[0-9].tar.gz.asc
|
|
|
|
|
|
#
|
|
# Upload location.
|
|
#
|
|
upload=steve@www.xen-tools.org:/home/www/www.xen-tools.org/htdocs/software/xen-tools/
|