mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-23 16:08:29 -05:00
create torrent from raw basename
the file on the servers we want is the raw not the output (that's the name without the .raw suffix)
This commit is contained in:
@@ -36,7 +36,7 @@ base_args = %w[transmission-create
|
||||
--tracker udp://explodie.org:6969/announce]
|
||||
|
||||
webseed_args = mirror_list.map do |url|
|
||||
["--webseed", "#{url}kde-linux/#{File.basename(OUTPUT)}"]
|
||||
["--webseed", "#{url}kde-linux/#{File.basename(RAW)}"]
|
||||
end.flatten
|
||||
|
||||
args = base_args + webseed_args
|
||||
|
||||
Reference in New Issue
Block a user