M Makefile +4 -1
@@ 3,7 3,10 @@ all:
pds
$(MAKE) -f pds.mk all
-test: smoke-tests
+test:
+
+# Disable for now because smoke-tests needs some work
+#test: smoke-tests
%:
pds
M hll.conf +2 -2
@@ 1,11 1,11 @@
pds = { major_version = 5 }
-desc = "Create opam package files from a repository"
+desc = "Create opam package files from a repository."
maintainer = "orbitz@gmail.com"
authors = [ "orbitz@gmail.com" ]
homepage = "https://hg.sr.ht/~mmatalka/hll"
bug_reports = "https://todo.sr.ht/~mmatalka/hll"
-dev_repo = "ssh://hg@hg.sr.ht/~mmatalka/hll"
+dev_repo = "hg+ssh://hg@hg.sr.ht/~mmatalka/hll"
url_template = "http://acsl-pkgs.s3.amazonaws.com/hll-{tag}.tar.gz"
url_pattern = "{tag}"