source: trunk/scripts/git-migration/merges @ 1887

Last change on this file since 1887 was 1887, checked in by broder, 15 years ago

Topologically sort the merges file.

File size: 1.1 KB
Line 
1# The format of this file is:
2# package-that-vanished    package-it-vanished-into    n
3#
4# Where n is the number of the commit in the new repository where the
5# old package should be merged in, starting from the beginning of the
6# new package's history
7#
8# (n is translated into a revision using git rev-list --reverse
9# --skip=<n> | head -n 1)
10
11sipb-xen-base   invirt-base     0
12sipb-xen-console        invirt-console-server   0
13sipb-xen-console-server invirt-console-host     0
14sipb-xen-database       invirt-database 0
15sipb-xen-dev    invirt-dev      0
16sipb-xen-dhcp   invirt-dhcp     0
17sipb-xen-dns    invirt-dns      0
18sipb-xen-dom0   invirt-xen-config       0
19sipb-xen-guest-installer        sipb-xen-autoinstaller  0
20sipb-xen-host-master    invirt-host-master      0
21sipb-xen-iptables       invirt-web-iptables     0
22sipb-xen-python-pydhcplib       python-pydhcplib        0
23sipb-xen-remctl-auto    invirt-remote-host      0
24sipb-xen-remote-server  invirt-remote-server    0
25sipb-xen-vnc-client     invirt-vnc-client       0
26sipb-xen-vnc-server     invirt-vnc-server       0
27sipb-xen-www    invirt-web      0
28invirt-console-server   invirt-console  0
29invirt-console-host     invirt-console  2
30sipb-xen-autoinstaller  invirt-autoinstaller    0
31invirt-remote-host      invirt-remote   0
32invirt-remote-server    invirt-remote   0
Note: See TracBrowser for help on using the repository browser.