64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

https sources in channels.xml does not work #34

Closed obbardc closed 5 years ago

obbardc commented 7 years ago

Here's an example of one that does not work:

<?xml version="1.0"?>
<channels>
    <node>
        <type>apt-deb</type>
        <path>https://deb.nodesource.com/node_8.x/</path>
        <archs>armhf</archs>
        <dist>stretch</dist>
        <priority>90</priority>
        <components>main</components>
    </node>
</channels>

workaround (for now) is to just make it http

danielhjames commented 7 years ago

Hi Chris, I'm not too concerned about supporting https repos since the Release files are signed. I suppose we would have to support this if https-only repos become more common one day.

obbardc commented 5 years ago

The fix for #51 also seems to fix this bug :-).