Changeset 2801 for trunk/scripts


Ignore:
Timestamp:
Dec 28, 2009, 1:35:21 PM (14 years ago)
Author:
broder
Message:

Superproject, not superrepo, is git's term for a repo that contains
submodules.

Make that replacement everywhere.

Location:
trunk/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-hooks/notes

    r2498 r2801  
    66  zephyr
    77
    8 superrepo heads are dev and prod
    9 on push to superrepo:
    10   error - no pushes to superrepo
     8superproject heads are dev and prod
     9on push to superproject:
     10  error - no pushes to superproject
    1111
    1212on remctl xvm repo (dev|prod) package SHA-1:
     
    2525  upload to apt repo
    2626  tag submodule with version
    27   commit superrepo with updated submodule
     27  commit superproject with updated submodule
    2828  clean up build files
    2929  zephyr
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r2745 r2801  
    9292    echo 'committer Invirt Git Import <invirt@mit.edu> now'
    9393    echo 'data <<EOF'
    94     echo 'Initial superrepo creation.'
     94    echo 'Initial superproject creation.'
    9595    echo 'EOF'
    9696    for r in $(ls ../packages); do
Note: See TracChangeset for help on using the changeset viewer.