-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli-patch: generalize to-git functionality with PUSH_TO_GITHUB and PUSH_TO_REPO & enable for u-boot as well as kernel #6914
Open
rpardini
wants to merge
1
commit into
armbian:main
Choose a base branch
from
rpardini:pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
cli-patch: generalize to-git functionality with PUSH_TO_GITHUB and PUSH_TO_REPO & enable for u-boot as well as kernel #6914
rpardini
wants to merge
1
commit into
armbian:main
from
rpardini:pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
size/medium
PR with more then 50 and less then 250 lines
Framework
Framework components
labels
Jul 7, 2024
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
4 times, most recently
from
July 10, 2024 10:47
2689e56
to
f54df58
Compare
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
3 times, most recently
from
July 19, 2024 22:54
89e2e7e
to
058d204
Compare
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
2 times, most recently
from
July 22, 2024 17:00
463aaa4
to
c2c4309
Compare
igorpecovnik
added
Work in progress
Unfinished / work in progress
08
Milestone: Third quarter release
labels
Jul 29, 2024
From my perspective, few bits to documentation and its ready to merge. |
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
2 times, most recently
from
September 6, 2024 21:09
8e8e7ea
to
023a862
Compare
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
from
September 14, 2024 08:44
023a862
to
9ad0cd4
Compare
igorpecovnik
added
11
Milestone: Fourth quarter release
Needs review
Seeking for review
and removed
08
Milestone: Third quarter release
labels
Sep 14, 2024
…SH_TO_REPO & enable for u-boot as well as kernel - `PUSH_TO_REPO=<url>`: set the full git URL to push to - `PUSH_TO_GITHUB=<org>/<repo>`: shorthand for pushing to GitHub; sets `PUSH_TO_REPO` - note: be kind to GitHub, and use forks of torvalds/linux and u-boot/u-boot so GH has a decent base tree - still, kernel pushes are huge, mostly due to the all-wifi-drivers commit that's always first and always slightly different - note: when pushing to GitHub, keep in mind the pushed branch contains a GHA workflow, which will only run if you have GHA enabled on the repo - examples (adapt to your username/forks): - `./compile.sh BOARD=nanopct6 BRANCH=edge rewrite-kernel-patches PUSH_TO_GITHUB=rpardini/linux` - `./compile.sh BOARD=rock-5b BRANCH=legacy rewrite-uboot-patches PUSH_TO_GITHUB=rpardini/armbian-patched-u-boot`
rpardini
force-pushed
the
pr/cli-patch-generalize-to-git-functionality-with-PUSHTOGITHUB-and-PUSHTOREPO--enable-for-u-boot-as-well-as-kernel
branch
from
October 2, 2024 10:08
9ad0cd4
to
b4da0f0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
11
Milestone: Fourth quarter release
Framework
Framework components
Needs Documentation
New feature needs documentation entry
Needs review
Seeking for review
size/medium
PR with more then 50 and less then 250 lines
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cli-patch: generalize to-git functionality with PUSH_TO_GITHUB and PUSH_TO_REPO & enable for u-boot as well as kernel
PUSH_TO_REPO=<url>
: set the full git URL to push toPUSH_TO_GITHUB=<org>/<repo>
: shorthand for pushing to GitHub; setsPUSH_TO_REPO
./compile.sh BOARD=nanopct6 BRANCH=edge rewrite-kernel-patches PUSH_TO_GITHUB=rpardini/linux
./compile.sh BOARD=rock-5b BRANCH=legacy rewrite-uboot-patches PUSH_TO_GITHUB=rpardini/armbian-patched-u-boot