Deleted redundant scripts and fixed 32 bit bug

This commit is contained in:
Michael Schmatz 2014-01-04 16:22:55 -05:00
parent 0499cddbe6
commit c0a9ebe548
5 changed files with 1 additions and 126 deletions
scripts/devSetup

View file

@ -49,13 +49,6 @@ class SetupFactory(object):
print ("Doing initial bower install...")
bower_path = self.config.directory.root_dir + os.sep + "coco" + os.sep + "node_modules" + os.sep + ".bin" + os.sep + "bower"
subprocess.call(bower_path + " --allow-root install",shell=True,cwd=self.config.directory.root_dir + os.sep + "coco")
print("Copying bin scripts...")
script_location =self.config.directory.root_dir + os.sep + "coco" + os.sep + "scripts" + os.sep + "devSetup" + os.sep + "bin"
#print("Script location: " + script_location)
#print("Destination: "+ self.config.directory.root_install_directory)
#for filename in glob.glob(os.path.join(script_location, '*.*')):
# shutil.copy(filename, self.config.directory.root_install_directory)
print("Removing temporary directories")
self.config.directory.remove_directories()
print("Changing permissions of files...")