Commit 88f3a009 authored by Leo Iannacone's avatar Leo Iannacone

set orig_name for packages

parent cae4b721
......@@ -72,6 +72,7 @@ function __send_distribution_packages (socket, data) {
info = p.split('_')
pack.name = info[0]
pack.version = info[1]
pack.orig_name = p
if( data.package &&
pack.name == data.package.name &&
pack.version == data.package.version ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment