clj-python / clj-template

4 stars 7 forks source link

template fail from linux #10

Open aaelony-catasys opened 3 years ago

aaelony-catasys commented 3 years ago
$  clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
>   -m clj-new.create \
>   https://github.com/clj-python/clj-template@5b36a33ec79c0c0152317146deca0f37b336365d aa.versuch3
Checking out: https://github.com/clj-python/clj-template at 5b36a33ec79c0c0152317146deca0f37b336365d

Failed with: Missing unknown 5b36a33ec79c0c0152317146deca0f37b336365d
Execution error (ExceptionInfo) at clj-new.helpers/resolve-remote-template (helpers.clj:149).
Could not load artifact for template: clj-template
        Tried coordinates:
                [clj-template/boot-template "RELEASE"]
                [clj-template/lein-template "RELEASE"]

Full report at:
/tmp/clojure-9016412298737742372.edn
:cause
  "Could not load artifact for template: clj-template\n\tTried coordinates:\n\t\t[clj-template/boot-template \"RELEASE\"]\n\t\t[clj-template/lein-template \"RELEASE\"]",
aaelony-catasys commented 3 years ago

interestingly, using the previous hash 050ff3b087afe0e9967d3aa2793b57e422573fdb succeeds

jjtolton commented 3 years ago

Which OS is this?

aaelony-catasys commented 3 years ago

linux

$  cat /proc/version 
Linux version 3.10.0-1160.15.2.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Feb 3 15:06:38 UTC 2021
jjtolton commented 2 years ago

Should be solved by latest version