summaryrefslogtreecommitdiffstats
path: root/tools/gencompss
blob: b12328e4912048d699d5da0093fe25514d903bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl

open F, "packdrake -c @ARGV | hdlist2groups - |";
foreach (<F>) {
    chop;
    /(.*):(.*)/;
    $l{$2}{$1} = undef;
}
close F or die;
foreach (sort keys %l) {
    print "$_\n";
    print "\t$_\n" foreach sort keys %{$l{$_}};
    print "\n";
}
meloJosé Jorge2005-04-211-3344/+3161 | * fix Signal Quality parsing (and re-indent)Olivier Blin2005-04-211-3/+3 | * fix doble messagesThierry Vignaud2005-04-211-11/+1 | * 10.3-0.5mdkThierry Vignaud2005-04-211-1/+4 | * switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-21124-14571/+14571 | * create common::release_file() and use itPascal Rigaux2005-04-212-4/+8 | * use simplify-drakx-modulesPascal Rigaux2005-04-211-3/+3 | * switch from MandrakeSoft to Mandriva in scannerdrake & printerdrakeThierry Vignaud2005-04-212-4/+4 | * switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-2130-33/+33 | * 10.3-0.4mdkThierry Vignaud2005-04-211-1/+4 | * updateThierry Vignaud2005-04-211-7/+7 | * (ConnectNow) simplifyThierry Vignaud2005-04-211-3/+1 | * updateThierry Vignaud2005-04-211-4/+4 | * updateThierry Vignaud2005-04-211-24/+24 | * updateThierry Vignaud2005-04-211-12/+14 | * updateThierry Vignaud2005-04-2171-198583/+207713 | * remove useless merge2 ruleThierry Vignaud2005-04-211-3/+0 | * sync LAN stringThierry Vignaud2005-04-2124-48/+48 | * rename "ethernet connection" as "LAN connection" like anywhere sinceThierry Vignaud2005-04-211-1/+1 | | | | | | | we're going to support tokenring and not just LAN (what's more, these steps are whered with wireless connections which have nothing to do with ethernet....) * 10.3-0.3mdkThierry Vignaud2005-04-211-1/+6 | * update string for new drakroamThierry Vignaud2005-04-21