Skip to content
Snippets Groups Projects
Unverified Commit 7603f41c authored by Oliver Smith's avatar Oliver Smith
Browse files

gitlab.com -> gitlab.postmarketos.org

parent d8fb4df9
No related branches found
No related tags found
1 merge request!13gitlab.com -> gitlab.postmarketos.org
Pipeline #209084 passed with warnings
......@@ -21,7 +21,7 @@ mr-settings:
before_script:
- apk -q add python3
script:
- wget -q "https://gitlab.com/postmarketOS/ci-common/-/raw/master/check_mr_settings.py"
- wget -q "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/check_mr_settings.py"
- python3 ./check_mr_settings.py
flake8:
......
......@@ -4,8 +4,8 @@ Hourly monitoring of upstream compatibility with Alpine.
Running locally:
```sh
$ git clone https://gitlab.com/postmarketOS/pmbootstrap
$ git clone https://gitlab.com/postmarketOS/monitoring
$ git clone https://gitlab.postmarketos.org/postmarketOS/pmbootstrap
$ git clone https://gitlab.postmarketos.org/postmarketOS/monitoring
$ cd monitoring
$ ln -s ../pmbootstrap/pmb .
$ export PMAPORTS=~/.local/var/pmbootstrap/cache_git/pmaports
......
#!/bin/sh -ex
wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
sh ./install_pmbootstrap.sh pytest
ln -s /tmp/pmbootstrap/pmb .
export PMAPORTS="/home/pmos/.local/var/pmbootstrap/cache_git/pmaports"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment