Add a bunch of package descriptors for testing
This commit is contained in:
parent
88ae8848de
commit
b3cde0cdc8
4
activemq/pkg
Normal file
4
activemq/pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: activemq
|
||||||
|
lxcpath: activemq
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine shared-java
|
4
basic-runtimes/alpine.pkg
Normal file
4
basic-runtimes/alpine.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-alpine
|
||||||
|
lxcpath: shared/alpine
|
||||||
|
version: 0.0.1
|
||||||
|
deps:
|
4
basic-runtimes/java.pkg
Normal file
4
basic-runtimes/java.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-java
|
||||||
|
lxcpath: shared/java
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine
|
4
basic-runtimes/libxml.pkg
Normal file
4
basic-runtimes/libxml.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-libxml
|
||||||
|
lxcpath: shared/libxml
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine
|
4
basic-runtimes/nodejs.pkg
Normal file
4
basic-runtimes/nodejs.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-nodejs
|
||||||
|
lxcpath: shared/nodejs
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine
|
4
basic-runtimes/php.pkg
Normal file
4
basic-runtimes/php.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-php
|
||||||
|
lxcpath: shared/php
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine
|
4
basic-runtimes/python2.pkg
Normal file
4
basic-runtimes/python2.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-python2
|
||||||
|
lxcpath: shared/python2
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine shared-libxml
|
4
basic-runtimes/python3.pkg
Normal file
4
basic-runtimes/python3.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-python3
|
||||||
|
lxcpath: shared/python3
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine shared-libxml
|
4
basic-runtimes/ruby.pkg
Normal file
4
basic-runtimes/ruby.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-ruby
|
||||||
|
lxcpath: shared/ruby
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine
|
4
basic-runtimes/tomcat.pkg
Normal file
4
basic-runtimes/tomcat.pkg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg: shared-tomcat
|
||||||
|
lxcpath: shared/tomcat
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine shared-java
|
7
ckan/pkg
Normal file
7
ckan/pkg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
pkg: ckan
|
||||||
|
title: CKAN
|
||||||
|
lxcpath: ckan
|
||||||
|
desc: Datový sklad
|
||||||
|
host: ckan
|
||||||
|
version: 0.0.1
|
||||||
|
deps: shared-alpine shared-libxml shared-python2
|
@ -1,9 +1,5 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# How to create packaging key:
|
|
||||||
# openssl ecparam -genkey -name secp384r1 -out /root/buildroot/packages.key
|
|
||||||
# openssl ec -in /root/buildroot/packages.key -pubout -out /root/buildroot/packages.pub
|
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user