mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
Rename various references to master branch
This commit is contained in:
parent
35d6af6943
commit
fa432a121e
6 changed files with 15 additions and 15 deletions
|
@ -23,12 +23,12 @@ echo "git remote add upstream \"https://\$GH_TOKEN@github.com/harfbuzz/harfbuzz.
|
|||
git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git"
|
||||
set -x
|
||||
git fetch upstream
|
||||
git reset upstream/master
|
||||
git reset upstream/main
|
||||
|
||||
touch .
|
||||
git add -A .
|
||||
|
||||
if [[ $(git status -s) ]]; then
|
||||
git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
|
||||
git push -q upstream HEAD:master
|
||||
git push -q upstream HEAD:main
|
||||
fi
|
||||
|
|
6
.github/workflows/linux-ci.yml
vendored
6
.github/workflows/linux-ci.yml
vendored
|
@ -2,9 +2,9 @@ name: linux-ci
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: generate documentations
|
||||
run: ninja -Cbuild harfbuzz-doc
|
||||
- name: deploy documentations
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
run: .ci/deploy-docs.sh
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
|
4
.github/workflows/msvc-ci.yml
vendored
4
.github/workflows/msvc-ci.yml
vendored
|
@ -2,9 +2,9 @@ name: msvc
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
msvc:
|
||||
|
|
4
.github/workflows/msys2-ci.yml
vendored
4
.github/workflows/msys2-ci.yml
vendored
|
@ -2,9 +2,9 @@ name: msys2
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
msys2:
|
||||
|
|
8
README
8
README
|
@ -4,12 +4,12 @@ For bug reports, mailing list, and other information please visit:
|
|||
|
||||
http://harfbuzz.org/
|
||||
|
||||
For license information, see https://github.com/harfbuzz/harfbuzz/blob/master/COPYING
|
||||
For license information, see https://github.com/harfbuzz/harfbuzz/blob/main/COPYING
|
||||
|
||||
For build information, see https://github.com/harfbuzz/harfbuzz/blob/master/BUILD.md
|
||||
For build information, see https://github.com/harfbuzz/harfbuzz/blob/main/BUILD.md
|
||||
|
||||
For custom configurations, see https://github.com/harfbuzz/harfbuzz/blob/master/CONFIG.md
|
||||
For custom configurations, see https://github.com/harfbuzz/harfbuzz/blob/main/CONFIG.md
|
||||
|
||||
For test execution, see https://github.com/harfbuzz/harfbuzz/blob/master/TESTING.md
|
||||
For test execution, see https://github.com/harfbuzz/harfbuzz/blob/main/TESTING.md
|
||||
|
||||
Documentation: https://harfbuzz.github.io
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)
|
||||
[](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master)
|
||||
[](https://circleci.com/gh/harfbuzz/harfbuzz/tree/main)
|
||||
[](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
|
||||
[](https://scan.coverity.com/projects/behdad-harfbuzz)
|
||||
[](https://app.codacy.com/app/behdad/harfbuzz)
|
||||
[](https://codecov.io/gh/harfbuzz/harfbuzz)
|
||||
[](https://codecov.io/gh/harfbuzz/harfbuzz)
|
||||
[](https://coveralls.io/r/harfbuzz/harfbuzz)
|
||||
[](https://repology.org/project/harfbuzz/versions)
|
||||
[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
|
||||
|
|
Loading…
Add table
Reference in a new issue