Changeset 12652
- Timestamp:
- 01/21/11 06:57:45 (16 months ago)
- Files:
-
- 1 modified
-
packaging/centuryegg/build-sjsoft-rpm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
packaging/centuryegg/build-sjsoft-rpm
r12489 r12652 33 33 #BRANCH_PATHS={"1.8":"releases/1.8.x","1.10": "releases/1.10.x"} 34 34 BRANCH_PATHS={"1.12.1.x": "releases/1.12.1.x"} 35 #BRANCH_PATHS={"1.11.x": "releases/1.11.x"} 35 36 SOURCE_PATH="j5/src/" 36 37 for BRANCH_PATH in BRANCH_PATHS: … … 44 45 subprocess.call(["svn", "up"], stdout=log_file) 45 46 subprocess.call(["svn", "switch", SVN_URL], stdout=log_file) 46 shutil.rmtree(os.path.join("sjsoft", "Library", "FunctionalTests")) 47 if os.path.exists(os.path.join("sjsoft", "Library", "FunctionalTests")): 48 shutil.rmtree(os.path.join("sjsoft", "Library", "FunctionalTests")) 47 49 if not os.path.exists("yahp.jar"): 48 50 subprocess.call(["wget","-c","http://download.sjsoft.com/yahpconverter/yahp1.2.19c.jar","-O","yahp.jar"], stdout=log_file)
