From 50da51bfb839e39d8bb129470e66ddda282587fb Mon Sep 17 00:00:00 2001 From: Ffhener Date: Mon, 24 Jun 2024 10:13:09 +0200 Subject: [PATCH] treewide: move to main branch as default branch --- CONTRIBUTING.md | 2 +- doc/compiling.md | 2 +- doc/translation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1857a46..e10885e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ as long and detailed as you wish. Signed-off-by: $YOUR_SIGNATURE ``` -You can add the signed-off-by line automatically via `git commit -s`. +You can add the signed-off-by line automatically via `git commit -s`. ## Any contributions you make will be under the GPLv3 Software License In short, when you submit code changes, your submissions are understood to be under the same [GPLv3 License](http://www.gnu.org/licenses/gpl-3.0.html) that covers the project. Feel free to contact the maintainers if that's a concern. diff --git a/doc/compiling.md b/doc/compiling.md index c9fe7cbc..4d7014bc 100644 --- a/doc/compiling.md +++ b/doc/compiling.md @@ -64,4 +64,4 @@ Checking 'proper-umask'... ok. The script will download the OpenWrt-SDK for the specific architecture and compile all packages in the feed. This works for local packages, that aren't checked into git too. -Please mind, that this will build the packagefeed, _but won't sign it_. Signing needs to be handled separately (i.e. automatic builds get signed on buildbot master). +Please mind, that this will build the packagefeed, _but won't sign it_. Signing needs to be handled separately (i.e. automatic builds get signed on buildbot main). diff --git a/doc/translation.md b/doc/translation.md index 04c706be..a9b6b991 100644 --- a/doc/translation.md +++ b/doc/translation.md @@ -10,7 +10,7 @@ to understand the rest of what we do here. ## get LuCI translation scripts -Run `fetch_translation_tools.sh` once. It will download the current luci-translation scripts from master and place them in the `build` directory. Please don't commit them, as they might change. If you feel, that those scripts aren't up to date, just run that script again. +Run `fetch_translation_tools.sh` once. It will download the current luci-translation scripts from main and place them in the `build` directory. Please don't commit them, as they might change. If you feel, that those scripts aren't up to date, just run that script again. ## prepare translation of a new app