mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
rpm-closure.pl: Reduce verbosity
This commit is contained in:
parent
002b067750
commit
7e744041f3
@ -91,7 +91,7 @@ for (my $i = 0; $i < scalar(@packagesFiles); $i++) {
|
||||
|
||||
my %provides;
|
||||
foreach my $pkgName (keys %pkgs) {
|
||||
print STDERR "looking at $pkgName\n";
|
||||
#print STDERR "looking at $pkgName\n";
|
||||
my $pkg = $pkgs{$pkgName};
|
||||
|
||||
#print STDERR keys %{$pkg->{format}}, "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user