Changeset 328 for cleverbox/branches
- Timestamp:
- 02/29/08 17:57:52 (4 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 3 modified
-
cleverbox/scripts/admin.py (modified) (3 diffs)
-
debian/control (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r267 r328 39 39 } 40 40 41 _version = '0.4. 2dev'41 _version = '0.4.3pre' 42 42 43 43 class CleverboxAdmin(cmd.Cmd): … … 73 73 # - open VERSION 74 74 try: 75 import trac 76 if trac.__version__ == '0.10.3': 77 print 78 print "A bug in trac-0.10.3 prevents the cleverbox from working correctly." 79 print "Please upgrade or downgrade your trac installation." 80 print 81 82 sys.exit(1) 83 75 84 env_version = open(os.path.join(self.envname, 'VERSION')).read().strip() 76 85 … … 927 936 trac_db.commit() 928 937 929 print930 938 print " Revoked Trac default permissions\n" 931 939 -
cleverbox/branches/0.4/debian/control
r272 r328 8 8 Package: cleverbox 9 9 Architecture: all 10 Depends: ${python:Depends}, subversion (>=1.4.2), trac (>=0.10.3), libapache2-mod-python (>=3.2.10), libapache2-svn (>=1.4.2), python-setuptools (>=0.6c3-3) 10 Depends: ${python:Depends}, subversion (>=1.4.2), trac (>=0.10), libapache2-mod-python (>=3.2.10), libapache2-svn (>=1.4.2), python-setuptools (>=0.6c3-3) 11 Conflicts: trac-0.10.3 11 12 Suggests: libapache2-mod-macro 12 13 Description: Trac and Subversion instances deployment shell -
cleverbox/branches/0.4/setup.py
r278 r328 41 41 42 42 # Dependencies 43 install_requires=['setuptools>=0.6b1', 'trac>=0.10. 3']43 install_requires=['setuptools>=0.6b1', 'trac>=0.10.4'] 44 44 )
