diff --git a/build_to_test.py b/build_to_test.py new file mode 100644 index 0000000..93e1988 --- /dev/null +++ b/build_to_test.py @@ -0,0 +1,43 @@ +# dda_devops_build +# Copyright 2019 meissa GmbH. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from os import environ +from subprocess import run +from pybuilder.core import init, task, use_plugin, Author +from ddadevops import * + + +use_plugin("python.core") +use_plugin("copy_resources") +use_plugin("filter_resources") +#use_plugin("python.unittest") +#use_plugin("python.coverage") +use_plugin("python.distutils") + +#use_plugin("python.install_dependencies") + +default_task = "dev" + +name = "ddadevops" +MODULE = "not-used" +PROJECT_ROOT_PATH = "." +version = "1.0.2" +summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" +description = __doc__ +authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] +url = "https://repo.prod.meissa.de/meissa/dda-devops-build" +requires_python = ">=3.10" # CHECK IF NEW VERSION EXISTS +license = "Apache Software License" + diff --git a/package.json b/package.json index cc32d8a..ca92f0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jira", "description": "Generate c4k yaml for a jira deployment.", "author": "meissa GmbH", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2", diff --git a/project.clj b/project.clj index 73224fa..80af6ab 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "1.0.1" +(defproject org.domaindrivenarchitecture/c4k-jira "1.0.2" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"