[Pkg-owncloud-commits] [owncloud-client] 369/470: Update doc and Dockerfile for 2.2 builds

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit dbcb94e7d4dc936436a36b33b91cedf0eff3f888
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Apr 21 12:24:58 2016 +0200

    Update doc and Dockerfile for 2.2 builds
---
 admin/win/docker/Dockerfile | 8 ++++----
 doc/building.rst            | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admin/win/docker/Dockerfile b/admin/win/docker/Dockerfile
index 9725545..57727c3 100644
--- a/admin/win/docker/Dockerfile
+++ b/admin/win/docker/Dockerfile
@@ -1,15 +1,15 @@
-FROM opensuse:42.1
+FROM opensuse:42.2
 
 MAINTAINER Daniel Molkentin <danimo at owncloud.com>
 
 ENV TERM ansi
 ENV HOME /root
 
-ENV REFRESHED_AT 20160202
+ENV REFRESHED_AT 20160421
 
 RUN zypper --non-interactive --gpg-auto-import-keys refresh
-RUN zypper --non-interactive --gpg-auto-import-keys ar http://download.opensuse.org/repositories/windows:/mingw/openSUSE_42.1/windows:mingw.repo
-RUN zypper --non-interactive --gpg-auto-import-keys ar http://download.opensuse.org/repositories/isv:ownCloud:toolchains:mingw:win32:2.1/openSUSE_Leap_42.1/isv:ownCloud:toolchains:mingw:win32:2.1.repo
+RUN zypper --non-interactive --gpg-auto-import-keys ar http://download.opensuse.org/repositories/windows:/mingw/openSUSE_42.2/windows:mingw.repo
+RUN zypper --non-interactive --gpg-auto-import-keys ar http://download.opensuse.org/repositories/isv:ownCloud:toolchains:mingw:win32:2.2/openSUSE_Leap_42.2/isv:ownCloud:toolchains:mingw:win32:2.2.repo
 RUN zypper --non-interactive --gpg-auto-import-keys install cmake make mingw32-cross-binutils mingw32-cross-cpp mingw32-cross-gcc \
                       mingw32-cross-gcc-c++ mingw32-cross-pkg-config mingw32-filesystem \
                       mingw32-headers mingw32-runtime site-config mingw32-libwebp \
diff --git a/doc/building.rst b/doc/building.rst
index c614846..9de69a2 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -11,7 +11,7 @@ desktop client.
 .. note:: Build instructions are subject to change as development proceeds.
   Please check the version for which you want to build.
 
-These instructions are updated to work with version 2.1 of the ownCloud Client.
+These instructions are updated to work with version 2.2 of the ownCloud Client.
 
 Getting Source Code
 -------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list