-Migrate all mentions of bitbucket over to github.
This commit is contained in:
@ -13,7 +13,7 @@ Install `git` and clone the repository:
|
||||
|
||||
```
|
||||
sudo apt-get install git
|
||||
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
git clone https://github.com/mfeemster/fractorium.git
|
||||
```
|
||||
|
||||
Install the dependencies.
|
||||
|
||||
@ -11,7 +11,7 @@ Install Command Line Tools for Xcode
|
||||
Clone the repository:
|
||||
|
||||
```
|
||||
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
git clone https://github.com/mfeemster/fractorium.git
|
||||
```
|
||||
|
||||
Install the dependencies:
|
||||
|
||||
@ -33,11 +33,11 @@ Open up the Visual Studio x64 Native Tools Command Prompt.
|
||||
|
||||
Create a new folder in your development area named fractorium:
|
||||
|
||||
`mkdir fractorium`
|
||||
|
||||
`cd fractorium`
|
||||
|
||||
`git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git`
|
||||
```
|
||||
mkdir fractorium
|
||||
cd fractorium
|
||||
git clone https://github.com/mfeemster/fractorium.git
|
||||
```
|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ Summary: A fractal flame editor with GPU support
|
||||
Group: Graphics
|
||||
BuildArch: x86_64
|
||||
License: GPL
|
||||
URL: https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
URL: https://github.com/mfeemster/fractorium
|
||||
BuildRoot: %{buildroot}
|
||||
|
||||
%description
|
||||
@ -19,9 +19,9 @@ A fractal flame editor with GPU support.
|
||||
|
||||
http://fractorium.com/
|
||||
|
||||
The project is maintained on Bitbucket:
|
||||
The project is maintained on github:
|
||||
|
||||
https://bitbucket.org/mfeemster/fractorium
|
||||
https://github.com/mfeemster/fractorium
|
||||
|
||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||
|
||||
|
||||
@ -5,10 +5,10 @@ These are instructions for publishing a Linux deb package. It can be built local
|
||||
## Summary
|
||||
|
||||
|
||||
Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh:
|
||||
Starting with a fresh clone from github. It will not work unless it's totally fresh:
|
||||
|
||||
```
|
||||
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
$ git clone https://github.com/mfeemster/fractorium.git
|
||||
$ cd fractorium
|
||||
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
||||
```
|
||||
|
||||
@ -8,8 +8,8 @@ Maintainer: Matt Feemster <matt.feemster@gmail.com>
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://fractorium.com/
|
||||
Vcs-Git: https://bitbucket.org/mfeemster/fractorium
|
||||
Vcs-Browser: https://bitbucket.org/mfeemster/fractorium
|
||||
Vcs-Git: https://github.com/mfeemster/fractorium.git
|
||||
Vcs-Browser: https://github.com/mfeemster/fractorium
|
||||
Description: A fractal flame editor with GPU support
|
||||
Fractorium
|
||||
.
|
||||
@ -17,9 +17,9 @@ Description: A fractal flame editor with GPU support
|
||||
.
|
||||
http://fractorium.com/
|
||||
.
|
||||
The project is maintained on Bitbucket:
|
||||
The project is maintained on github:
|
||||
.
|
||||
https://bitbucket.org/mfeemster/fractorium
|
||||
https://github.com/mfeemster/fractorium
|
||||
.
|
||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user