Skip to content

Commit 079a809

Browse files
authored
Merge pull request #58 from inducer/master-to-main
CI/README: master->main
2 parents 3604185 + e500b0b commit 079a809

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
paths-ignore:
88
- 'doc/*.rst'
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.x'
2222
- name: "Main Script"
2323
run: |
24-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
24+
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
2525
. ./prepare-and-run-flake8.sh ./pycparserext ./test
2626
2727
pytest:
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
- name: "Main Script"
4040
run: |
41-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
41+
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
4242
. ./build-and-test-py-project.sh
4343
4444
# vim: sw=4

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python 3:
22
script:
33
- py_version=3
4-
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
4+
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
55
- ". ./build-and-test-py-project.sh"
66
tags:
77
- python3
@@ -13,7 +13,7 @@ Python 3:
1313

1414
Flake8:
1515
script:
16-
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
16+
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
1717
- ". ./prepare-and-run-flake8.sh pycparserext test"
1818
tags:
1919
- python3

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Extended functionality for pycparser
22
====================================
33

4-
.. image:: https://gitlab.tiker.net/inducer/pycparserext/badges/master/pipeline.svg
4+
.. image:: https://gitlab.tiker.net/inducer/pycparserext/badges/main/pipeline.svg
55
:alt: Gitlab Build Status
6-
:target: https://gitlab.tiker.net/inducer/pycparserext/commits/master
7-
.. image:: https://github.com/inducer/pycparserext/workflows/CI/badge.svg?branch=master&event=push
6+
:target: https://gitlab.tiker.net/inducer/pycparserext/commits/main
7+
.. image:: https://github.com/inducer/pycparserext/workflows/CI/badge.svg?branch=main&event=push
88
:alt: Github Build Status
9-
:target: https://github.com/inducer/pycparserext/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush
9+
:target: https://github.com/inducer/pycparserext/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
1010
.. image:: https://badge.fury.io/py/pycparserext.png
1111
:alt: Python Package Index Release Page
1212
:target: https://pypi.org/project/pycparserext/

0 commit comments

Comments
 (0)