From 55a32326eba386b3115ceae6c65e61f76dff9056 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Thu, 26 May 2016 13:14:08 -0500 Subject: [PATCH] hammer: remove --- packaging/spec.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packaging/spec.yml 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 .