Ignore:
Timestamp:
Dec 17, 2009, 2:32:45 PM (14 years ago)
Author:
broder
Message:

As a package maintained upstream in git, use the same logic in the git
migration for pyafs as we're using for RouteFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r2578 r2624  
    6464popd
    6565
     66pushd packages/python-afs.git
     67git fetch -t git://github.com/ebroder/pyafs.git
     68git branch -f upstream 0.1.1
     69git branch -f prod 0.1.1-1
     70popd
     71
    6672for r in $(ls packages); do
    6773    pushd "packages/$r"
Note: See TracChangeset for help on using the changeset viewer.