Skip to content

Commit

Permalink
wiki: master -> main
Browse files Browse the repository at this point in the history
Change-Id: I1400a7d2f8bed8ca013702269b6e872c99a81a1f
  • Loading branch information
luk1337 committed Oct 21, 2023
1 parent 67f216d commit 3649414
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion _includes/alerts/specific/note_autogenerated.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- assign device = site.data.devices[page.device] -%}
{% capture content -%}
This page is auto-generated for the {{ device.vendor }} {{ device.name }}, based on the device's information,
located [here](https://github.com/LineageOS/lineage_wiki/blob/master/_data/devices/{{ page.device }}.yml).
located [here](https://github.com/LineageOS/lineage_wiki/blob/main/_data/devices/{{ page.device }}.yml).
You can find similar instructions for every officially-supported device on this wiki.
{%- endcapture %}
{% include alerts/note.html content=content %}
2 changes: 1 addition & 1 deletion _includes/templates/device_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Do **not** continue after something fails!
{%- if device.type == "phone" %}
{% include alerts/warning.html content="Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available), otherwise it won't work on LineageOS either! Additionally, some devices require that VoLTE/VoWiFi be utilized once on stock to provision IMS." %}
{%- endif %}
6. LineageOS is provided as-is with no warranty. While we attempt to verify [everything works](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md) you are installing this at your own risk!
6. LineageOS is provided as-is with no warranty. While we attempt to verify [everything works](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md) you are installing this at your own risk!

{%- if device.before_install %}
{% capture path %}templates/device_specific/before_install_{{ device.before_install.instructions }}.md{% endcapture %}
Expand Down
4 changes: 2 additions & 2 deletions pages/contributing_wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@ After you've done this, you can push your commits to Gerrit:

```
git remote add gerrit ssh://<gerritusername>@review.lineageos.org:29418/LineageOS/lineage_wiki
git push gerrit HEAD:refs/for/master
git push gerrit HEAD:refs/for/main
```

You can add the "Wiki Editors" group as reviewers (click on the little person to the right of "reviewers").
Someone will either: comment on the patch, asking for clarification or pointing out typos.
You can reply to them, or [fix any issues they point out](#fixing-mistakes), and then re-run:

```
git push gerrit HEAD:refs/for/master
git push gerrit HEAD:refs/for/main
```

Eventually, when your change looks _perfect_, someone will approve it, and submit it to the wiki. Awesome!
2 changes: 1 addition & 1 deletion pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ permalink: faq.html
- If it's on [this list]({{ "/devices/" | relative_url }}), we do, otherwise not.

## Does a specific feature or hardware work on my device?
- All devices must meet our [Device support requirements](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md).
- All devices must meet our [Device support requirements](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md).
- If something doesn't work, look into [How to submit a bug]({{ "how-to/bugreport" | relative_url }})

## Does someone else have _this_ issue
Expand Down
2 changes: 1 addition & 1 deletion pages/internal/adding_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ There are some optional properties which you might not need, but in case you do,
* `format_on_upgrade`: Used if the device needs to wiped on major LineageOS version due to unfixable device specific issues.
* `is_ab_device`: Used if the device has an A/B partition scheme.
* `is_unlockable`: Set to false if there is no official method to unlock the bootloader. A hint will appear on the device's overview and install page. If this property is not set, it defaults to `True`
* `quirks`: List of known quirks (make sure they aren't violating the [charter](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md) or are exempted!). An array of one or more of the following (if unclear, click the links):
* `quirks`: List of known quirks (make sure they aren't violating the [charter](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md) or are exempted!). An array of one or more of the following (if unclear, click the links):

{%- for item in definitions.valid_quirks.enum %}
[{{ item }}](/quirks/{{ item }}){% unless forloop.last %}, {% endunless %}
Expand Down
4 changes: 2 additions & 2 deletions pages/submitting_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ask that you meet some important prerequisites and then get in touch with our de

### Device

**Your device MUST meet the requirements of our charter** - Presented in [device support requirements](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md).
**Your device MUST meet the requirements of our charter** - Presented in [device support requirements](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md).

{% include alerts/note.html content="We are willing to make exceptions to _some_ of these rules, however, any exceptions will be per device, and issues must be detailed in full. See charter's entry on [Attaining exceptions](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md#attaining-exceptions) for more details." %}
{% include alerts/note.html content="We are willing to make exceptions to _some_ of these rules, however, any exceptions will be per device, and issues must be detailed in full. See charter's entry on [Attaining exceptions](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md#attaining-exceptions) for more details." %}

### Maintainer

Expand Down
2 changes: 1 addition & 1 deletion pages/verifying_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ python3 update_verifier.py lineageos_pubkey /path/to/zip

If the script reports `verified successfully`, the ZIP file signature is valid.

To verify the contents of this page, you can look on [our GitHub](https://github.com/lineageos/lineage_wiki/blob/master/pages/verifying_builds.md).
To verify the contents of this page, you can look on [our GitHub](https://github.com/lineageos/lineage_wiki/blob/main/pages/verifying_builds.md).

0 comments on commit 3649414

Please sign in to comment.