Add a bunch of package descriptors for testing

This commit is contained in:
Disassembler 2018-10-02 13:00:17 +02:00
parent 88ae8848de
commit b3cde0cdc8
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
12 changed files with 47 additions and 4 deletions

4
activemq/pkg Normal file
View File

@ -0,0 +1,4 @@
pkg: activemq
lxcpath: activemq
version: 0.0.1
deps: shared-alpine shared-java

View File

@ -0,0 +1,4 @@
pkg: shared-alpine
lxcpath: shared/alpine
version: 0.0.1
deps:

4
basic-runtimes/java.pkg Normal file
View File

@ -0,0 +1,4 @@
pkg: shared-java
lxcpath: shared/java
version: 0.0.1
deps: shared-alpine

View File

@ -0,0 +1,4 @@
pkg: shared-libxml
lxcpath: shared/libxml
version: 0.0.1
deps: shared-alpine

View 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
View File

@ -0,0 +1,4 @@
pkg: shared-php
lxcpath: shared/php
version: 0.0.1
deps: shared-alpine

View File

@ -0,0 +1,4 @@
pkg: shared-python2
lxcpath: shared/python2
version: 0.0.1
deps: shared-alpine shared-libxml

View 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
View File

@ -0,0 +1,4 @@
pkg: shared-ruby
lxcpath: shared/ruby
version: 0.0.1
deps: shared-alpine

View 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
View 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

View File

@ -1,9 +1,5 @@
#!/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 json
import os