Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
monitoring
Commits
7603f41c
Unverified
Commit
7603f41c
authored
6 months ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
gitlab.com -> gitlab.postmarketos.org
parent
d8fb4df9
No related branches found
No related tags found
1 merge request
!13
gitlab.com -> gitlab.postmarketos.org
Pipeline
#209084
passed with warnings
5 months ago
Stage: check
Stage: badge
Changes
3
Pipelines
260
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
test_upstream_compat_setup.sh
+1
-1
1 addition, 1 deletion
test_upstream_compat_setup.sh
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
7603f41c
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
7603f41c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
test_upstream_compat_setup.sh
+
1
−
1
View file @
7603f41c
#!/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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment