Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.8.0" (defproject python/lein-template "1.9.0" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ VERSION := $(shell grep '__version__' {{python-pkg-name}}/__init__.py |cut -d'"' DOCKER_IMAGE_PREFIX ?= de02-reg.emacsos.com/sylecn KUBECTL_CA_PATH ?= /etc/kubernetes/pki/ca.crt BUILD_DOCKER_IMAGE := de02-reg.emacsos.com/sylecn/python-build-image:1.0.0 BUILD_DOCKER_IMAGE := $(DOCKER_IMAGE_PREFIX)/python-build-image:1.2.1-stretch default: check-coding-style dist: bootstrap Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.8.0" (defproject python/lein-template "1.9.0" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading
src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ VERSION := $(shell grep '__version__' {{python-pkg-name}}/__init__.py |cut -d'"' DOCKER_IMAGE_PREFIX ?= de02-reg.emacsos.com/sylecn KUBECTL_CA_PATH ?= /etc/kubernetes/pki/ca.crt BUILD_DOCKER_IMAGE := de02-reg.emacsos.com/sylecn/python-build-image:1.0.0 BUILD_DOCKER_IMAGE := $(DOCKER_IMAGE_PREFIX)/python-build-image:1.2.1-stretch default: check-coding-style dist: bootstrap Loading