Skip to content

Commit

Permalink
Update github.com repository
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed May 15, 2018
1 parent 30761a9 commit cb5a540
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use the autogen script to prepare the build environment.
make

Precompiled binaries are available at github, see
https://github.com/cerberuscore
https://github.com/cerberus-ng

See doc/build-*.md for instructions on building cerberusd,
the intended-for-services, no-graphical-interface, reference
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installation

Please see INSTALL for the building instructions.

Precompiled binaries are available in the releases section: https://github.com/cerberuscore/cerberus/releases
Precompiled binaries are available in the releases section: https://github.com/cerberus-ng/cerberus/releases



Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
AC_INIT([Cerberus Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/cerberuscore/cerberus/issues],[cerberuscore])
AC_INIT([Cerberus Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/cerberus-ng/cerberus/issues],[cerberuscore])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/cerberus-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sanity checks:

Once you've got the right hardware and software:

git clone git://github.com/cerberuscore/cerberus.git
git clone git://github.com/cerberus-ng/cerberus.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
cd gitian-builder/inputs
Expand Down Expand Up @@ -61,5 +61,5 @@ Here's a description of Gavin's setup on OSX 10.6:
5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above:

export USE_LXC=1
git clone git://github.com/cerberuscore/cerberus.git
git clone git://github.com/cerberus-ng/cerberus.git
... etc
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
- "python"
reference_datetime: "2017-01-01 00:00:00"
remotes:
- "url": "https://github.com/cerberuscore/cerberus.git"
- "url": "https://github.com/cerberus-ng/cerberus.git"
"dir": "cerberus"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
- "python"
reference_datetime: "2017-01-01 00:00:00"
remotes:
- "url": "https://github.com/cerberuscore/cerberus.git"
- "url": "https://github.com/cerberus-ng/cerberus.git"
"dir": "cerberus"
files:
- "MacOSX10.9.sdk.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-rpi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:
- "binutils-gold"
reference_datetime: "2017-01-01 00:00:00"
remotes:
- "url": "https://github.com/cerberuscore/cerberus.git"
- "url": "https://github.com/cerberus-ng/cerberus.git"
"dir": "cerberus"
files:
- "raspberrypi-tools.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
- "python"
reference_datetime: "2017-01-01 00:00:00"
remotes:
- "url": "https://github.com/cerberuscore/cerberus.git"
- "url": "https://github.com/cerberus-ng/cerberus.git"
"dir": "cerberus"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion doc/gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Clone the git repositories for Cerberus Core and Gitian.

```bash
git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/cerberuscore/cerberus
git clone https://github.com/cerberus-ng/cerberus
```

Setting up the Gitian image
Expand Down

0 comments on commit cb5a540

Please sign in to comment.