-
Notifications
You must be signed in to change notification settings - Fork 3.8k
nut-server: Fix the other/otherflag functionality #28308
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
base: master
Are you sure you want to change the base?
Conversation
3a9c385 to
28b0dc9
Compare
|
Not sure if the second commit is the right way to document that or if there's a better way that's less likely to become desynced. I backported these commits along with all the others touching this package from master to 24.10 and rebuilt, and the resulting nut packages work well, I don't know the process or policy for backporting changes, but I would recommend it. See https://github.com/rpavlik/openwrt-packages-fork/tree/nut-backport |
|
@rpavlik This repo's policy is to only make changes on If the changes are already in master, then, could you go the the head of the the Also, I recommend doing Finally, please check the 'formalities' error log. There are a few things that need to be addressed. Otherwise, LGTM. |
28b0dc9 to
e81131d
Compare
|
This branch has always been based on master. I updated, rebased, and pushed again, fixing the commit messages. |
|
Sorry, I misunderstood because of the run testing on 24.10. @BKPepe @systemcrash This one looks good to me. |
|
Please bump PKG_RELEASE in the Makefile. |
|
Both commits fail these checks: |
|
Yeah, get those commit messages fixed. Also, while you're there, I suppose you could add support for |
e81131d to
9bebc11
Compare
Bump PKG_RELEASE too. Signed-off-by: Rylie Pavlik <rylie@ryliepavlik.com>
Signed-off-by: Rylie Pavlik <rylie@ryliepavlik.com>
9bebc11 to
f40dc33
Compare
|
OK, I bumped PKG_RELEASE and adjusted commit messages. I did not make other changes, to avoid excess conflict with other in-progress nut-related PRs. |
|
@rpavlik I noticed you still don't have any commit message in one of the commits, and only a notice about PKG_RELEASE bump in the other. This will not pass formalities test. Since the PR text in the original PR description does not get added to the git history and lives only on GitHub, perhaps you could use the PR description in the appropriate parts of your commits? Commits should be able to stand alone and for a reasonably competent reader to understand what is going on from only the git log and diff (and full files). |
Signed-off-by: Rylie Pavlik rylie@ryliepavlik.com
📦 Package Details
Maintainer: @s-hamann, @hnyman, @tofurky, @neheb
Description:
There is an unclear reference to handling unknown config fields for driver config files in the wiki. This adjusts the service script so that they actually work.
I think this should be safe to backport, if desired. I tested it on a stable release device.
🧪 Run Testing Details
✅ Formalities