vanadium / issues

Vanadium issue tracker
1 stars 1 forks source link

Device manager should check platform of binaries being pushed #498

Open ribrdb opened 9 years ago

ribrdb commented 9 years ago

Device manager shouldn't let you push mac binaries to a linux box. This should be easy to implement using "debug/macho" and "debug/elf"

arup42 commented 9 years ago

I'm guessing you mean that the "device publish" command should not let you publish mac binaries to binaryd as if they were linux binaries? If you're using the device update or install commands to push binaries to the device manager, it should automatically fetch the right type of binary from binaryd.