File: makedist.py

package info (click to toggle)
ezmlm-browse 0.10-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 388 kB
  • ctags: 193
  • sloc: python: 1,133; makefile: 88; xml: 48; ansic: 14; sh: 3
file content (35 lines) | stat: -rw-r--r-- 948 bytes parent folder | download | duplicates (3)
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
# Template makedist.py file

# Set WEBSITE to the name of the web site that this package will be
# deposited in.  The URL will always be:
#	http://$WEBSITE/$PACKAGE/
WEBSITE = 'untroubled.org'

# If LISTSUB is set, makedist will add a note regarding mailing list
# subscription.
LISTSUB = 'bgware-subscribe@lists.untroubled.org'
LISTURL = 'http://lists.untroubled.org/?list=bgware'

# Set EXTRAS to a list of any extra files that should go into the
# base directory in the destination site.
EXTRAS = [
	'ANNOUNCEMENT',
	'NEWS',
	'README',
	'TODO',
	]

# Set RPMUPLOAD to a list of additional hostname/path destinations to
# which to upload the source and binary RPMs.
RPMUPLOAD = [
	#( 'incoming.redhat.com', 'libc6' ),
	]

# Set LISTS to the mailing list(s) to send the announcement to
LISTS = [
	'bgware@lists.untroubled.org',
	'ezmlm@list.cr.yp.to',
	]

# Run any extra commands to prepare the source tree (such as making
# documentation) here.