Changeset 2801 for trunk/scripts
- Timestamp:
- Dec 28, 2009, 1:35:21 PM (15 years ago)
- Location:
- trunk/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-hooks/notes
r2498 r2801 6 6 zephyr 7 7 8 super repoheads are dev and prod9 on push to super repo:10 error - no pushes to super repo8 superproject heads are dev and prod 9 on push to superproject: 10 error - no pushes to superproject 11 11 12 12 on remctl xvm repo (dev|prod) package SHA-1: … … 25 25 upload to apt repo 26 26 tag submodule with version 27 commit super repowith updated submodule27 commit superproject with updated submodule 28 28 clean up build files 29 29 zephyr -
trunk/scripts/git-migration/git-migrate-fast.sh
r2745 r2801 92 92 echo 'committer Invirt Git Import <invirt@mit.edu> now' 93 93 echo 'data <<EOF' 94 echo 'Initial super repocreation.'94 echo 'Initial superproject creation.' 95 95 echo 'EOF' 96 96 for r in $(ls ../packages); do
Note: See TracChangeset
for help on using the changeset viewer.