diff --git a/packaging/spec.yml b/packaging/spec.yml deleted file mode 100644 index c635c67..0000000 --- a/packaging/spec.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: distributive -version: 0.2.4 -iteration: 1 -license: ASL 2.0 -description: Distributive is a tool for running distributed health checks in datacenters. -url: https://github.com/CiscoCloud/distributive -type: rpm - -targets: - - src: "{{.BuildRoot}}/distributive" - dest: /usr/bin/distributive - - src: "{{empty}}" - dest: /etc/distributive.d/ - -scripts: - build: | - cd {{.SpecRoot}}/.. - godep go build -o {{.BuildRoot}}/distributive .