From: buildmaster Date: Wed, 31 Oct 2018 19:20:56 +0000 (+0100) Subject: fullnames X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=da714ca14abcbc179aa71dbfc1493b605fa4671c;p=UltraVNC.git fullnames --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b69ded7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +oss-pkg-UltraVnc.spec diff --git a/FULLNAMES b/FULLNAMES new file mode 100644 index 0000000..963f681 --- /dev/null +++ b/FULLNAMES @@ -0,0 +1,2 @@ +UltraVncV1210 +UltraVnc diff --git a/Makefile b/Makefile index 587ea33..926c29f 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ package: sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec sed -i s/YEAR/$(YEAR)/g oss-pkg-$(PACKAGE).spec + ../oss-pkg-tools/create_hash.sh $(PACKAGE) mkdir -p oss-pkg-$(PACKAGE) sed s/PACKAGE/$(PACKAGE)/g $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi diff --git a/oss-pkg-UltraVnc.spec.in b/oss-pkg-UltraVnc.spec.in index 8aefbda..1793662 100644 --- a/oss-pkg-UltraVnc.spec.in +++ b/oss-pkg-UltraVnc.spec.in @@ -89,7 +89,7 @@ then echo -ne "passwd=${UVNCPW1}00\r\n" >> /srv/salt/win/repo-ng/PACKAGE/ultravnc.ini echo -ne "passwd2=${UVNCPW2}00\r\n" >> /srv/salt/win/repo-ng/PACKAGE/ultravnc.ini fi -/usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"PACKAGE","manually":false,"description":"PACKAGE","softwareVersions":[{"version":"VERSION"}]}' +/usr/sbin/oss_api_post_file.sh 'softwares/add' /srv/salt/win/repo-ng/PACKAGE/HASH.json systemctl enable oss_get_screenshots.service systemctl start oss_get_screenshots.service