diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-23 09:19:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-23 09:19:50 +0000 |
commit | 108da6bb424ea04aa3b74bcfeb28ec90cf0e9501 (patch) | |
tree | 7ad889568d94c56358b885907ee8fc4928e6ff31 | |
parent | 873b2e4b60b661af26d44181e7c109ad9831d83c (diff) | |
download | mga-youri-submit-108da6bb424ea04aa3b74bcfeb28ec90cf0e9501.tar mga-youri-submit-108da6bb424ea04aa3b74bcfeb28ec90cf0e9501.tar.gz mga-youri-submit-108da6bb424ea04aa3b74bcfeb28ec90cf0e9501.tar.bz2 mga-youri-submit-108da6bb424ea04aa3b74bcfeb28ec90cf0e9501.tar.xz mga-youri-submit-108da6bb424ea04aa3b74bcfeb28ec90cf0e9501.zip |
create "versioned" metadata (in media_info/)
(needed by metalink usage)
-rw-r--r-- | lib/Youri/Submit/Post/Genhdlist2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Post/Genhdlist2.pm b/lib/Youri/Submit/Post/Genhdlist2.pm index c2e187e..60886ef 100644 --- a/lib/Youri/Submit/Post/Genhdlist2.pm +++ b/lib/Youri/Submit/Post/Genhdlist2.pm @@ -43,7 +43,7 @@ sub run { foreach my $dir (@changed) { my $file_deps = "$dir/../../media_info/file-deps"; my $file_deps_option = -e $file_deps ? "--file-deps $file_deps" : ''; - my $cmd = "time $self->{_command} -v --allow-empty-media $file_deps_option $dir"; + my $cmd = "time $self->{_command} -v --versioned --allow-empty-media $file_deps_option $dir"; print "$cmd\n"; system($cmd) == 0 or print "ERROR: $cmd failed\n"; } |