aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vault/bindata-filename.patch
diff options
context:
space:
mode:
authorMatthias Neugebauer <mtneug@mailbox.org>2019-03-21 17:55:46 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-23 16:28:31 +0000
commite3d2e8ab16019c63dde0af9b1f0dfeeccade9c2d (patch)
tree703a5cbf1832d178fab6d03761150152517bacef /testing/vault/bindata-filename.patch
parent3105f51a0f3482228c39a8cc49c27a2a4d7567d8 (diff)
downloadaports-e3d2e8ab16019c63dde0af9b1f0dfeeccade9c2d.tar.bz2
aports-e3d2e8ab16019c63dde0af9b1f0dfeeccade9c2d.tar.xz
testing/vault: move to community
Diffstat (limited to 'testing/vault/bindata-filename.patch')
-rw-r--r--testing/vault/bindata-filename.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/vault/bindata-filename.patch b/testing/vault/bindata-filename.patch
deleted file mode 100644
index f48f76860d..0000000000
--- a/testing/vault/bindata-filename.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This patch removes the custom output name option that is handled properly only
-in the master branch of go-bindata-assetfs (see https://github.com/elazarl/go-bindata-assetfs/pull/32)
-diff --git a/Makefile b/Makefile
-index 8a72e5f70..4055122f4 100644
---- a/Makefile
-+++ b/Makefile
-@@ -118,7 +118,7 @@ update-plugins:
-
- static-assets:
- @echo "--> Generating static assets"
-- @go-bindata-assetfs -o bindata_assetfs.go -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/...
-+ @go-bindata-assetfs -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/...
- @mv bindata_assetfs.go http
- @$(MAKE) -f $(THIS_FILE) fmt