From 415d63f3344725de160c7daf4c2f78d501277b4e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jul 2019 07:47:32 +0200 Subject: [PATCH] vendor/sunnyvalley: permission and location --- vendor/os-sunnyvalley/Makefile | 6 ------ vendor/sunnyvalley/Makefile | 6 ++++++ vendor/{os-sunnyvalley => sunnyvalley}/pkg-descr | 0 .../SunnyValley/trusted/updates.sunnyvalley.org.20190702 | 0 .../src/etc/pkg/repos/SunnyValley.conf | 0 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100755 vendor/os-sunnyvalley/Makefile create mode 100644 vendor/sunnyvalley/Makefile rename vendor/{os-sunnyvalley => sunnyvalley}/pkg-descr (100%) mode change 100755 => 100644 rename vendor/{os-sunnyvalley => sunnyvalley}/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 (100%) rename vendor/{os-sunnyvalley => sunnyvalley}/src/etc/pkg/repos/SunnyValley.conf (100%) diff --git a/vendor/os-sunnyvalley/Makefile b/vendor/os-sunnyvalley/Makefile deleted file mode 100755 index 90649e61e..000000000 --- a/vendor/os-sunnyvalley/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -PLUGIN_NAME=sunnyvalley -PLUGIN_VERSION=1.0 -PLUGIN_COMMENT=Sunny Valley Networks Vendor Repository -PLUGIN_MAINTAINER=opensource@sunnyvalley.io - -.include "../../Mk/plugins.mk" diff --git a/vendor/sunnyvalley/Makefile b/vendor/sunnyvalley/Makefile new file mode 100644 index 000000000..df3cf241e --- /dev/null +++ b/vendor/sunnyvalley/Makefile @@ -0,0 +1,6 @@ +PLUGIN_NAME= sunnyvalley +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= Sunny Valley Networks Vendor Repository +PLUGIN_MAINTAINER= opensource@sunnyvalley.io + +.include "../../Mk/plugins.mk" diff --git a/vendor/os-sunnyvalley/pkg-descr b/vendor/sunnyvalley/pkg-descr old mode 100755 new mode 100644 similarity index 100% rename from vendor/os-sunnyvalley/pkg-descr rename to vendor/sunnyvalley/pkg-descr diff --git a/vendor/os-sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 b/vendor/sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 similarity index 100% rename from vendor/os-sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 rename to vendor/sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 diff --git a/vendor/os-sunnyvalley/src/etc/pkg/repos/SunnyValley.conf b/vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf similarity index 100% rename from vendor/os-sunnyvalley/src/etc/pkg/repos/SunnyValley.conf rename to vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf