Project

General

Profile

Idea #8491

Updated by Brett Smith about 8 years ago

Move most of arvados-dev repository into main arvados repository.    Proposed plan: 

 a) Use "git subtree" to import full arvados-dev history into arvados/dev, then reorganize. 

 b) Move "arvados/dev/arvbox/" to arvados/tools/; delete from arvados-dev.git 

 c) Remove "arvados/dev/git/" , it stays in arvados-dev.git 

 d) Remove "arvados/dev/install/easy-docker-install.sh" from both arvados.git and arvados-dev.git (will be replaced with instructions on how to use arvbox, #8230) 

 e) Move "arvados/dev/jenkins/run-tests.sh" to "arvados/tools/testing" ; remove from arvados-dev.git 

 f) Move "arvados/dev/jenkins/run-build-*", "package-*/", run_upload_packages.py, "libcloud-pin" to "arvados/tool/build" ; remove from arvados-dev.git 

 g) Move "arvados/backports/" to "arvados/tool/build/backports"  

 h) Remove from "arvados/dev/jenkins/":    "run-cwl-tests.sh", "run-deploy.sh", "run-diagnostics-suite.sh", "run-performance-suite.sh", "run-tapestry-tests.sh", "run_upload_packages.py".    These "run-tapestry-tests.sh" these stay in arvados-dev.git 

Back