mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Docs: Updated URLs
This commit is contained in:
parent
7410b01cad
commit
eed9664173
6 changed files with 9 additions and 9 deletions
|
@ -49,7 +49,7 @@ endif (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)
|
||||||
|
|
||||||
set (PACKAGE "${PROJECT_NAME}")
|
set (PACKAGE "${PROJECT_NAME}")
|
||||||
set (VERSION "${PROJECT_VERSION}")
|
set (VERSION "${PROJECT_VERSION}")
|
||||||
set (PACKAGE_BUGREPORT "support@taskwarrior.org")
|
set (PACKAGE_BUGREPORT "support@gothenburgbitfactory.org")
|
||||||
set (PACKAGE_NAME "${PACKAGE}")
|
set (PACKAGE_NAME "${PACKAGE}")
|
||||||
set (PACKAGE_TARNAME "${PACKAGE}")
|
set (PACKAGE_TARNAME "${PACKAGE}")
|
||||||
set (PACKAGE_VERSION "${VERSION}")
|
set (PACKAGE_VERSION "${VERSION}")
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
## Obtain and build code:
|
## Obtain and build code:
|
||||||
```
|
```
|
||||||
$ git clone --recursive https://git.tasktools.org/TM/task.git task.git
|
$ git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior taskwarrior.git
|
||||||
$ cd task.git
|
$ cd taskwarrior.git
|
||||||
$ git checkout 2.5.2 # Latest dev branch
|
$ git checkout 2.6.0 # Latest dev branch
|
||||||
$ git submodule init # This is now done by cmake as a test
|
$ git submodule init # This is now done by cmake as a test
|
||||||
$ git submodule update # Update the libhsared.git submodule
|
$ git submodule update # Update the libhsared.git submodule
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
|
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
current development branch. The source tarballs do not reflect HEAD, and do
|
current development branch. The source tarballs do not reflect HEAD, and do
|
||||||
not contain the test suite.
|
not contain the test suite.
|
||||||
|
|
||||||
If you send a patch (support@taskwarrior.org), make sure that patch is made
|
If you send a patch (support@gothenburgbitfactory.org), make sure that patch is made
|
||||||
against git HEAD on the development branch. We cannot apply patches made
|
against git HEAD on the development branch. We cannot apply patches made
|
||||||
against the tarball source, or master.
|
against the tarball source, or master.
|
||||||
|
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -180,7 +180,7 @@ CMake with no reported problems, and the build will fail later. This is
|
||||||
almost always because CMake is mistaken about some assumption.
|
almost always because CMake is mistaken about some assumption.
|
||||||
|
|
||||||
If a build does not succeed, please send the contents of the 'CMakeCache.txt'
|
If a build does not succeed, please send the contents of the 'CMakeCache.txt'
|
||||||
and 'CMakeFiles/CMakeOutput.log' files to support@taskwarrior.org.
|
and 'CMakeFiles/CMakeOutput.log' files to support@gothenburgbitfactory.org.
|
||||||
|
|
||||||
If CMake runs but Taskwarrior does not build, please send the contents of the
|
If CMake runs but Taskwarrior does not build, please send the contents of the
|
||||||
above files as well as a transcript from the build, which is not written to a
|
above files as well as a transcript from the build, which is not written to a
|
||||||
|
|
|
@ -17,7 +17,7 @@ elseif (_HAS_GNU0X)
|
||||||
message (WARNING "Enabling -std=gnu++0x draft compile flag. Your compiler does not support the standard '-std=c++11' option. Consider upgrading.")
|
message (WARNING "Enabling -std=gnu++0x draft compile flag. Your compiler does not support the standard '-std=c++11' option. Consider upgrading.")
|
||||||
set (_CXX11_FLAGS "-std=gnu++0x")
|
set (_CXX11_FLAGS "-std=gnu++0x")
|
||||||
else (_HAS_CXX11)
|
else (_HAS_CXX11)
|
||||||
message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@taskwarrior.org.")
|
message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@gothenburgbitfactory.org.")
|
||||||
endif (_HAS_CXX11)
|
endif (_HAS_CXX11)
|
||||||
|
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
|
|
|
@ -325,7 +325,7 @@ The official code repository at
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
You can contact the project by writing an email to
|
You can contact the project by writing an email to
|
||||||
<support@taskwarrior.org>
|
<support@gothenburgbitfactory.org>
|
||||||
|
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -111,7 +111,7 @@ If you wish to contribute tests, please consider the following guidelines:
|
||||||
How to Submit a Test Change/Addition
|
How to Submit a Test Change/Addition
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
Mail it to support@taskwarrior.org, or attach it to an open bug.
|
Mail it to support@gothenburgbitfactory.org, or attach it to an open bug.
|
||||||
|
|
||||||
|
|
||||||
Wisdom
|
Wisdom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue