File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 <name >Apache CloudStack Developer Tools - Checkstyle Configuration</name >
2323 <groupId >org.apache.cloudstack</groupId >
2424 <artifactId >checkstyle</artifactId >
25- <version >4.22.0.0</version >
25+ <version >4.22.0.0-SNAPSHOT </version >
2626
2727 <properties >
2828 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 1919
2020FROM ubuntu:22.04
2121
22- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0" Author="Apache CloudStack <dev@cloudstack.apache.org>"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0-SNAPSHOT " Author="Apache CloudStack <dev@cloudstack.apache.org>"
2323
2424ARG DEBIAN_FRONTEND=noninteractive
2525
Original file line number Diff line number Diff line change 1919# build for cloudstack_home_dir not this folder
2020FROM python:2
2121
22- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0" Author="Apache CloudStack <dev@cloudstack.apache.org>"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.22.0.0-SNAPSHOT " Author="Apache CloudStack <dev@cloudstack.apache.org>"
2323
2424ENV WORK_DIR=/marvin
2525
26- ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0.tar.gz
26+ ENV PKG_URL=https://builds.cloudstack.org/job/build-master-marvin/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.22.0.0-SNAPSHOT .tar.gz
2727
2828RUN apt-get update && apt-get install -y vim
2929RUN pip install --upgrade paramiko nose requests
Original file line number Diff line number Diff line change 2727 raise RuntimeError ("python setuptools is required to build Marvin" )
2828
2929
30- VERSION = "4.22.0.0"
30+ VERSION = "4.22.0.0-SNAPSHOT "
3131
3232setup (name = "Marvin" ,
3333 version = VERSION ,
You can’t perform that action at this time.
0 commit comments