Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more URL updates (followup 8c479db)
  • Loading branch information
jef-n committed Sep 18, 2013
1 parent c27d1c0 commit 6d485d9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CODING
Expand Up @@ -476,7 +476,7 @@ If you don't need any of the extras, Perl, Python or TclTk (GUI), you can disabl

To clone QGIS master:

git://github.com/qgis/Quantum-GIS.git
git://github.com/qgis/QGIS.git


2.3. Check out a branch
Expand Down Expand Up @@ -1240,7 +1240,7 @@ I'm assuming you have already got a local QGIS clone containing the
source code, and have installed all needed build dependencies etc. There are
detailed in instructions on doing that here:

http://github.com/qgis/Quantum-GIS/blob/master/CODING
http://github.com/qgis/QGIS/blob/master/CODING

On my system I have checked out the code into $HOME/dev/cpp/QGIS and the
rest of the article is written assuming that, you should update these paths as
Expand Down
4 changes: 2 additions & 2 deletions doc/CODING.t2t
Expand Up @@ -456,7 +456,7 @@ export NO_PYTHON=
To clone QGIS master:

```
git://github.com/qgis/Quantum-GIS.git
git://github.com/qgis/QGIS.git
```

== Check out a branch ==
Expand Down Expand Up @@ -1246,7 +1246,7 @@ I'm assuming you have already got a local QGIS clone containing the
source code, and have installed all needed build dependencies etc. There are
detailed in instructions on doing that here:

http://github.com/qgis/Quantum-GIS/blob/master/CODING
http://github.com/qgis/QGIS/blob/master/CODING


On my system I have checked out the code into $HOME/dev/cpp/QGIS and the
Expand Down
4 changes: 2 additions & 2 deletions doc/jenkins.t2t
Expand Up @@ -42,9 +42,9 @@ procedure is:
- Tick enable project based security (you need to elsewhere configure your
Jenkins security to per project settings)
- Allow Anonymous user Read and Discover access
- Set the github project to https://github.com/qgis/Quantum-GIS/
- Set the github project to https://github.com/qgis/QGIS/
- Set source code management to Git
- Set repository url to git://github.com/qgis/Quantum-GIS.git
- Set repository url to git://github.com/qgis/QGIS.git
- In advanced repository url settings set refspec to :

```
Expand Down
8 changes: 4 additions & 4 deletions doc/linux.t2t
Expand Up @@ -131,14 +131,14 @@ if you do not have edit privileges for the QGIS source repository, or use

```
cd ${HOME}/dev/cpp
git clone git://github.com/qgis/Quantum-GIS.git
git clone git://github.com/qgis/QGIS.git
```

2. Developer Checkout

```
cd ${HOME}/dev/cpp
git clone git@github.com:qgis/Quantum-GIS.git
git clone git@github.com:qgis/QGIS.git
```

== Starting the compile ==
Expand All @@ -155,7 +155,7 @@ mkdir -p ${HOME}/apps
Now we create a build directory and run ccmake:

```
cd Quantum-GIS
cd QGIS
mkdir build-master
cd build-master
ccmake ..
Expand Down Expand Up @@ -437,7 +437,7 @@ As for GRASS you can obtain the QGIS source code from different sources as descr
in section 2 above. Once you have the sources, create a build directory in them:

```
cd Quantum-GIS
cd QGIS
mkdir build
cd build
```
Expand Down
4 changes: 2 additions & 2 deletions doc/msvc.t2t
Expand Up @@ -96,11 +96,11 @@ call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
```

Start the batch file and on the command prompt checkout the QGIS source from
git to the source directory ``Quantum-GIS``:
git to the source directory ``QGIS``:


```
git clone git://github.com/qgis/Quantum-GIS.git
git clone git://github.com/qgis/QGIS.git
```

Create a 'build' directory somewhere. This will be where all the build output
Expand Down
2 changes: 1 addition & 1 deletion doc/msys.t2t
Expand Up @@ -136,7 +136,7 @@ cd c:\dev\cpp
Check out sources from GIT:

```
git clone git://github.com/qgis/Quantum-GIS.git
git clone git://github.com/qgis/QGIS.git
```

=== Compiling ===
Expand Down
6 changes: 3 additions & 3 deletions doc/osx.t2t
Expand Up @@ -762,19 +762,19 @@ this.
If you want to experiment with the latest development sources, go to the github
QGIS project page:

http://github.com/qgis/Quantum-GIS
http://github.com/qgis/QGIS

It should default to the master branch. Click the __Downloads__ button and
select __Download .tar.gz__. Double-click the tarball to unzip it.

//Alternatively//, install git from http://git-scm.com and do the following.

Make a specific repository directory somewhere, e.g. ~/QGIS/Quantum-GIS, and cd
Make a specific repository directory somewhere, e.g. ~/QGIS/QGIS, and cd
into it. The following will read-only clone the master branch to the directory:

```
git init
git remote add -f -t master -m master qgisupstream git://github.com/qgis/Quantum-GIS.git
git remote add -f -t master -m master qgisupstream git://github.com/qgis/QGIS.git
git merge qgisupstream

```
Expand Down
2 changes: 1 addition & 1 deletion doc/wcs-test-server.t2t
Expand Up @@ -42,7 +42,7 @@ Then do:
chmod +x cgi-bin/wcstest-1.9.0
mkdir -p /var/www/wcs/testdata/qgis-1.9.0/raster/
cd /var/www/wcs/testdata/qgis-1.9.0/raster/
cp -r /home/timlinux/Quantum-GIS/tests/testdata/raster/* .
cp -r /home/timlinux/QGIS/tests/testdata/raster/* .
```

Edit wcs.map and set the shapepath to this:
Expand Down

0 comments on commit 6d485d9

Please sign in to comment.