Changeset 1922 for trunk/scripts


Ignore:
Timestamp:
Dec 27, 2008, 3:01:57 AM (15 years ago)
Author:
andersk
Message:

Use the upstream Git repo for python-routefs.

File:
1 edited

Legend:

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

    r1920 r1922  
    4848popd
    4949
     50pushd packages/python-routefs.git
     51git fetch git://github.com/ebroder/python-routefs.git debian:refs/heads/debian
     52git tag -f 1.0.1-1 2fc1d90
     53git branch -f master 1.0.1-1
     54git branch -d debian
     55popd
     56
    5057echo
    5158echo 'The Git migration was successful.'
Note: See TracChangeset for help on using the changeset viewer.