• Thomas Gambier's avatar
    OBS: fix package for Fedora · f6d2ec54
    Thomas Gambier authored
    Fedora distribution refuses shebang with unknown python version:
    ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/networkcache-download: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
    ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/networkcache-upload: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
    ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/buildout: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
    ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/generate-signature-key: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
    
    Using python2.7 explicitely will make the shebang /usr/bin/python2.7
    f6d2ec54
prepare_download_cache.sh 4.03 KB