From a0dcaf5b4729b24a37c89001bd23343e47190979 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Sat, 15 May 2021 14:20:05 +0300 Subject: [PATCH] Exclude test/ from releases Also remove multipart_form development pin. --- Makefile | 4 ++-- dream.opam | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3d227c00..01fca839 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ todo-all : VERSION := $(shell git describe --abbrev=0) RELEASE := dream-$(VERSION) -FILES := src test dream.opam dune-project LICENSE.md README.md +FILES := src dream.opam dune-project LICENSE.md README.md .PHONY : release release : clean @@ -125,7 +125,7 @@ release : clean (cd _release && tar xf $(RELEASE).tar.gz) opam pin add -y --no-action dream _release/$(RELEASE) --kind=path opam reinstall -y --verbose dream - cd example/1-hello && dune exec --root . ./hello.exe + cd example/1-hello && dune exec --root . ./hello.exe || true opam remove -y dream opam pin remove -y dream md5sum $(RELEASE).tar.gz diff --git a/dream.opam b/dream.opam index eb295616..713bf24d 100644 --- a/dream.opam +++ b/dream.opam @@ -109,10 +109,6 @@ depends: [ "tyxml-ppx" {with-test & >= "4.5.0"} ] -pin-depends: [ - ["multipart_form.git" "git+https://github.com/dinosaure/multipart_form#8f5b6cb77af1a385155b0aeac40437dba6e56577"] -] - build: [ ["dune" "build" "-p" name "-j" jobs] ]