[Pkg-owncloud-commits] [owncloud-client] 14/121: fix win install instructions: build path and docker image name (#4901)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Jul 28 15:31:52 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 43f727cf69cec18c89eb9bcf9157e67017d99650
Author: Carla Schroder <carlaschroder at users.noreply.github.com>
Date: Sun Jun 5 01:56:56 2016 -0700
fix win install instructions: build path and docker image name (#4901)
---
doc/building.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/building.rst b/doc/building.rst
index 9de69a2..eced2c7 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -159,8 +159,8 @@ In order to make setup simple, you can use the provided Dockerfile to build your
1. Assuming you are in the root of the ownCloud Client's source tree, you can
build an image from this Dockerfile like this::
- cd admin/win32/docker
- docker build . -t ownCloud-client-win32:<version>
+ cd admin/win/docker
+ docker build . -t owncloud-client-win32:<version>
Replace ``<version>`` by the version of the client you are building, e.g.
|version| for the release of the client that this document describes.
@@ -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/win32/docker/build.sh $(id -u)
+ docker run owncloud-client-win32:<version> -v "$PWD:/home/jenkins/client" \
+ admin/win/docker/build.sh $(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