summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 12:49:54 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-14 12:49:54 +0100
commit5f4908507585d92b6d196f7f78cfa71e95e452d0 (patch)
tree58ce21dc9d2156e258469c2d9bf216af588cbb32
parente7be39bf10d41b58dc49ac8a6dcee429d9674548 (diff)
downloadybd-5f4908507585d92b6d196f7f78cfa71e95e452d0.tar.gz
ybd is hosted in GitLab now
-rw-r--r--readme.md7
-rw-r--r--scripts/pipeline.yml4
-rw-r--r--setup.cfg2
3 files changed, 5 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index ed7086a..1b518f1 100644
--- a/readme.md
+++ b/readme.md
@@ -45,7 +45,7 @@ MacOS) using Vagrant and VirtualBox.
on Fedora, Ubuntu, Debian (as root... hoping to fix this for non-root soon):
```
- git clone git://github.com/devcurmudgeon/ybd && cd ybd
+ git clone git://gitlab.com/baserock/ybd && cd ybd
# checkout latest tag
git checkout `git describe --tags $(git rev-list --tags --max-count=1)`
sudo sh ./install_dependencies.sh
@@ -56,7 +56,7 @@ on Fedora, Ubuntu, Debian (as root... hoping to fix this for non-root soon):
or using Vagrant with VirtualBox:
```
- git clone git://github.com/devcurmudgeon/ybd && cd ybd
+ git clone git://gitlab.com/baserock/ybd && cd ybd
# checkout latest tag
git checkout `git describe --tags $(git rev-list --tags --max-count=1)`
vagrant up
@@ -245,9 +245,6 @@ doing to/with ybd:
asset'
- think hard before adding dependencies
- code should be tested and pass pep8
-- upstream is at github because we need to build loads of stuff from github
- *anyway* and it's the easiest workflow/infrastructure for a small project.
- ybd will *remain* a small project.
## license
diff --git a/scripts/pipeline.yml b/scripts/pipeline.yml
index bb1336b..8725f22 100644
--- a/scripts/pipeline.yml
+++ b/scripts/pipeline.yml
@@ -20,10 +20,10 @@ resources:
- name: ybd
type: git
source:
- uri: https://github.com/devcurmudgeon/ybd.git
+ uri: https://gitlab.com/baserock/ybd.git
branch: master
- name: definitions
type: git
source:
uri: git://git.baserock.org/baserock/baserock/definitions.git
- branch: master \ No newline at end of file
+ branch: master
diff --git a/setup.cfg b/setup.cfg
index 963f32c..955ddf9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ name = ybd
summary = ybd is a tool for integrating software stacks
description-file:
readme.md
-url = https://github.com/devcurmudgeon/ybd
+url = https://gitlab.com/baserock/ybd
license = GPL2
[files]