# HG changeset patch # User Malcolm Matalka # Date 1605507216 -3600 # Mon Nov 16 07:13:36 2020 +0100 # Node ID a9472eef329cb22411059df0de059b28762ec5c8 # Parent 2c05903a1a29a63c647acdf07195b5de93985ee6 FIX Remove smoke tests for now diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ pds $(MAKE) -f pds.mk all -test: smoke-tests +test: + +# Disable for now because smoke-tests needs some work +#test: smoke-tests %: pds diff --git a/hll.conf b/hll.conf --- a/hll.conf +++ b/hll.conf @@ -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}"