diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-07 11:08:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-07 11:08:17 +0000 |
commit | 754de04fc952ec4fd1bfe64ee40cb93205ef64ef (patch) | |
tree | 859e081c8608c34ac282634223190ff47cf0b08e | |
parent | 218724a54c08f3dd28beae384842929022b92192 (diff) | |
download | urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.gz urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.bz2 urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.xz urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.zip |
Remove obsolete comment
-rwxr-xr-x | urpmi | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -343,9 +343,6 @@ if ($bug) { foreach (@{$urpm->{media}}) { #- take care of virtual medium this way. $_->{hdlist} ||= "hdlist.$_->{name}.cz"; - - # Why to delete this flag ? This break rpm find process if list is need - # delete $_->{virtual}; #- now build directly synthesis file, this is by far the simplest method. if (defined $_->{start} && defined $_->{end}) { $urpm->build_synthesis(start => $_->{start}, end => $_->{end}, synthesis => "$bug/synthesis.$_->{hdlist}"); |