Changeset 2015


Ignore:
Timestamp:
Jan 27, 2009, 12:21:12 AM (15 years ago)
Author:
broder
Message:

In the git import, deal with r316, r318 and the corresponding tag by
hand instead of through s-a-f-e.

Location:
trunk/scripts/git-migration
Files:
3 edited

Legend:

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

    r1957 r2015  
    2222    fi
    2323done
     24
     25pushd packages/invirt-dev.git
     26git tag sipb-xen-dev/13 sipb-xen-dev/14~2
     27popd
    2428
    2529pushd packages/invirt-remote.git
  • trunk/scripts/git-migration/rules.mako

    r1946 r2015  
    6666  repository ${get_repo(package)}
    6767  branch tags/${get_tag_prefix(package)}\1
    68 %     if package == 'sipb-xen-dev':
    69   max revision 318
    70 %     else:
    7168  max revision ${packages[package]['undouble'][0] - 1}
    72 %     endif
    7369end match
    7470
  • trunk/scripts/git-migration/svn.yml

    r2014 r2015  
    103103- {rev: 11, path: /package_tags/sipb-xen-dev/sipb-xen-dev/}
    104104- {rev: 316, path: /package_tags/sipb-xen-dev/13/}
     105- {rev: 318, path: /package_tags/sipb-xen-dev/13/sipb-xen-dev/}
    105106- {rev: 347, path: /package_tags/sipb-xen-console/2/}
    106107- {rev: 348, path: /package_tags/sipb-xen-console/2/sipb-xen-console/}
Note: See TracChangeset for help on using the changeset viewer.