[Pkg-owncloud-commits] [owncloud-client] 26/121: Fix docker build instruction for windows
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Jul 28 15:31:53 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 8b5f71f49eb2c1527092a584f017fc914b4bd06b
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Jun 13 15:30:06 2016 +0200
Fix docker build instruction for windows
---
doc/building.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/building.rst b/doc/building.rst
index eced2c7..833d0f9 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -174,8 +174,8 @@ In order to make setup simple, you can use the provided Dockerfile to build your
2. From within the source tree Run the docker instance::
- docker run owncloud-client-win32:<version> -v "$PWD:/home/jenkins/client" \
- admin/win/docker/build.sh $(id -u)
+ docker run -v "$PWD:/home/user/client" owncloud-client-win32:<version> \
+ /home/user/client/admin/win/docker/build.sh client/ $(id -u)
It will run the build, create an NSIS based installer, as well as run tests.
You will find the resulting binary in an newly created ``build-win32`` subfolder.
--
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