Changeset 2970
- Timestamp:
- Aug 16, 2010 9:11:35 PM (10 years ago)
- Files:
-
- 33 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
devel/reconfig
r2968 r2970 32 32 os.chdir('..') 33 33 34 for file in glob.glob(" *.ini"):34 for file in glob.glob("../vpy/*.ini"): 35 35 print "Processing "+file 36 36 config = ConfigParser.ConfigParser() 37 37 config.read(file) 38 38 # 39 name = os.path.splitext( file)[0]39 name = os.path.splitext(os.path.basename(file))[0] 40 40 create(name,'trunk') 41 41 create(name,'stable') -
vpy/README
r2948 r2970 1 This directory contains configuration files for installing Coopr. 2 3 The 'reconfig' script sets up associated configuration directories that 4 have externals to subversion repositories that are referenced in a configuration. 5 1 This directory contains configuration files for installing Coopr 2 in a virtual Python installation.
Note: See TracChangeset
for help on using the changeset viewer.