Updated URL references

This commit is contained in:
Federico Hernandez 2018-02-18 00:29:38 +01:00 committed by Paul Beckingham
parent a8c0646d18
commit b97e1400e6
2 changed files with 8 additions and 2 deletions

View file

@ -156,7 +156,7 @@ OpenBSD
and build normally. and build normally.
See: https://bug.tasktools.org/browse/TW-1579 See: https://github.com/GothenburgBitFactory/taskwarrior/issues/1605
WASM WASM
Using the Emscripten compiler, you can achieve it like this: Using the Emscripten compiler, you can achieve it like this:

View file

@ -53,11 +53,17 @@ Or clone this repository:
$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git $ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
$ cd taskwarrior $ cd taskwarrior
In case of errors with libshared (URL pointing to git.tasktools.org): In case of errors with libshared - URL pointing to git.tasktools.org in either .git/config or .gitmodules:
$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config $ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config
$ git submodule update $ git submodule update
or
$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .gitmodules
$ git submodule init
$ git submodule update
Then build: Then build:
$ cmake -DCMAKE_BUILD_TYPE=release . $ cmake -DCMAKE_BUILD_TYPE=release .