]> repo.cephalix.eu Git - MsOffice2016StandardKMS.git/commitdiff
Take care about full names.
authorbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 11:01:37 +0000 (12:01 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 11:01:37 +0000 (12:01 +0100)
.gitignore [new file with mode: 0644]
FULLNAMES [new file with mode: 0644]
Makefile
oss-pkg-MsOffice2016StandardKMS.spec.in

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d5b41ad
--- /dev/null
@@ -0,0 +1,2 @@
+oss-pkg-MsOffice2016StandardKMS.spec
+repo-ng/HASH.json
diff --git a/FULLNAMES b/FULLNAMES
new file mode 100644 (file)
index 0000000..319d52e
--- /dev/null
+++ b/FULLNAMES
@@ -0,0 +1,14 @@
+Microsoft Excel MUI (German) 2016
+Microsoft Groove MUI (German) 2016
+Microsoft Office 64-bit Components 2016
+Microsoft Office OSM MUI (German) 2016
+Microsoft Office OSM UX MUI (German) 2016
+Microsoft Office Proofing (German) 2016
+Microsoft Office Proofing Tools 2016 - English
+Microsoft Office Shared 64-bit MUI (German) 2016
+Microsoft Office Shared MUI (German) 2016
+Microsoft Office Standard 2016
+Microsoft OneNote MUI (German) 2016
+Microsoft Outlook MUI (German) 2016
+Microsoft Publisher MUI (German) 2016
+Microsoft Word MUI (German) 2016
index 0dcf0020e1994605e17d3b81c3f79adb6e6ed702..0a8f808f6b97d9dc7dfa56f362c8e999e78e3915 100644 (file)
--- 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)
        if [ ! -e $(PACKAGE).sls ];  then cp ../template/template.sls $(PACKAGE).sls; fi
        sed s/PACKAGE/$(PACKAGE)/g  $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls
index a0a87a050c4c0f0bf8405ca8a36cb3a7d59f34e1..f844098ce78493d821a22cc9b0eaab2046dd45b1 100644 (file)
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
 
 %post
 
-/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
 
 %files
 %defattr(644,root,root)