Skip to content

Commit

Permalink
prod: updated dependencies
Browse files Browse the repository at this point in the history
- eclipse 4.21
- pydev 9.0.1
  • Loading branch information
rhornig committed Sep 28, 2021
1 parent 760de09 commit 27ad877
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion releng/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ OMNETPP_ROOT=$(pwd)
docker run --network none -v "$OMNETPP_ROOT":/root/omnetpp-repo -e what -e GIT_VERSION -e BUILD_DOC \
-e BUILD_CORE_DISTRO -e BUILD_LINUX_X86_64_DISTRO -e BUILD_LINUX_AARCH64_DISTRO \
-e BUILD_WIN32_X86_64_DISTRO -e BUILD_MACOSX_DISTRO \
omnetpp/distrobuild:eclipse4.20-tools210809-210809 && \
omnetpp/distrobuild:eclipse4.21-tools210809-210927 && \
docker cp $(docker ps -lq):/root/omnetpp/out/dist/ releng && \
docker rm $(docker ps -lq)
1 change: 1 addition & 0 deletions releng/dockerfiles/distrobuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV GIT_VERSION origin/master
ENV WHAT omnetpp
ENV BUILD_CORE_DISTRO true
ENV BUILD_LINUX_X86_64_DISTRO true
ENV BUILD_LINUX_AARCH64_DISTRO true
ENV BUILD_WIN32_X86_64_DISTRO true
ENV BUILD_MACOSX_DISTRO true
CMD git clone -n $OMNETPP_REPO $OMNETPP_DIR && cd $OMNETPP_DIR && git checkout -f $GIT_VERSION && releng/makedist
2 changes: 1 addition & 1 deletion releng/dockerfiles/distrobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
rm -rf omnetpp-repo
# copy the current state of the repo to the context dir
git clone -n ../../../.git omnetpp-repo
docker build -t omnetpp/distrobuild:eclipse4.20-tools210809-210809 .
docker build -t omnetpp/distrobuild:eclipse4.21-tools210809-210927 .
rm -rf omnetpp-repo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<bookmarks>
<site url="https://download.eclipse.org/releases/2021-06" selected="true" name="Eclipse release 2021-06"/>
<site url="https://pydev.org/update_sites/8.3.0" selected="true" name="PyDev"/> <!-- from: https://www.pydev.org/update_sites/ -->
<site url="https://download.eclipse.org/tools/cdt/releases/10.3" selected="false" name="CDT SDK"/>
<site url="https://download.eclipse.org/releases/2021-09" selected="true" name="Eclipse release 2021-09"/>
<site url="https://pydev.org/update_sites/9.0.1" selected="true" name="PyDev"/> <!-- from: https://www.pydev.org/update_sites/ -->
<site url="https://download.eclipse.org/tools/cdt/releases/10.4" selected="false" name="CDT SDK"/>
<site url="https://download.eclipse.org/tools/gef/updates/legacy/releases/" selected="false" name="GEF3 Legacy SDK"/>
<site url="https://download.eclipse.org/eclipse/updates/4.20" selected="false" name="Eclipse 4.20 SDK"/>
<site url="https://download.eclipse.org/eclipse/updates/4.21" selected="false" name="Eclipse 4.21 SDK"/>
</bookmarks>
4 changes: 2 additions & 2 deletions ui/releng/org.omnetpp.ide.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<tycho.version>2.3.0</tycho.version>
<tycho.extras.version>2.3.0</tycho.extras.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipse-repo.url>https://download.eclipse.org/releases/2021-06</eclipse-repo.url>
<eclipse-repo.url>https://download.eclipse.org/releases/2021-09</eclipse-repo.url>
<justj-repo.url>https://download.eclipse.org/justj/jres/15/updates/release/15.0.2</justj-repo.url>
<pydev-repo.url>https://pydev.org/update_sites/8.3.0</pydev-repo.url>
<pydev-repo.url>https://pydev.org/update_sites/9.0.1</pydev-repo.url>
<ansiconsole-repo.url>https://www.mihai-nita.net/eclipse</ansiconsole-repo.url>
</properties>

Expand Down

0 comments on commit 27ad877

Please sign in to comment.