Skip to content

Commit 2867297

Browse files
author
Richard Jones
committed
notes
1 parent 8e81d91 commit 2867297

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/upgrading.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ steps.
1616
Migrating from 0.7.1 to 0.8.0
1717
=============================
1818

19+
0.8.0 new tracker layout
20+
------------------------
21+
22+
XXX describe any mandatory changes to tracker layout
23+
24+
1925
0.8.0 8-bit character set support
2026
---------------------------------
2127

roundup/init.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: init.py,v 1.30 2004-07-27 00:57:18 richard Exp $
18+
# $Id: init.py,v 1.31 2004-09-29 07:13:44 richard Exp $
1919

2020
"""Init (create) a roundup instance.
2121
"""
@@ -83,6 +83,8 @@ def install(instance_home, template):
8383
the html templates that are used by the CGI Client
8484
detectors/
8585
the auditor and reactor modules for this instance
86+
extensions/
87+
code extensions to Roundup
8688
'''
8789
# At the moment, it's just a copy
8890
copytree(template, instance_home)

0 commit comments

Comments
 (0)