SeattleTestbed / dist

ARCHIVAL: SeattleTestbed's old installer build tool and files
MIT License
0 stars 3 forks source link

preparetest.py misses reuqired files for RepyV1 #135

Open aaaaalbert opened 10 years ago

aaaaalbert commented 10 years ago

I've noticed during recent build experiments that preparetest.py misses files that are required for running RepyV1 code, namely textops.py, persist.py, and servicelogger.py. In the SVN-based build infrastructure, these were manually placed in /branches/repy_v2/repy/repyV1.

We should do this programmatically, remembering to use the correct file versions: seattlelib_v1/textops.py attic/trunk/nodemanager/persist.py attic/trunk/nodemanager/servicelogger.mix

aaaaalbert commented 10 years ago

Fixed in 909699f39b7770318a0c3805d88777b03b6067cf, please review. I actually use other files than the attic ones. The commit message has the details.