github.com/anonymouse64/snapd@v0.0.0-20210824153203-04c4c42d842d/c-vendor/vendor.sh (about)

     1  #!/bin/sh
     2  
     3  set -e
     4  
     5  # XXX: provide a nice declarative format
     6  # XXX2: reuse vendor.json and write some python3 code?
     7  if [ ! -d ./squashfuse ]; then
     8      git clone https://github.com/snapcore/squashfuse
     9  fi
    10  (cd squashfuse && git checkout 319f6d41a0419465a55d9dcb848d2408b97764f9)
    11  
    12  
    13  # XXX: also checkout squashfuse3 and build with that depending on
    14  # host env