Openwrt feed update#2
Closed
vasvir wants to merge 27 commits into
Closed
Conversation
Author
|
On 5/14/21 9:07 AM, canaindica wrote:
If you plan to update your PR, please consider my PRs (#3 <#3> and #4 <#4>) to use builtin functions to create the user/group and to set the permissions. The two now enable the integration of apt-cacher-ng into a custom image.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA7BCOAPETMJFLWICGOSUE3TNS43FANCNFSM4EJ4ACGQ>.
Do you mind resubmit against https://github.com/vasvir/openwrt-packages I have forked the package because the maintainer was unresponsive and I am not so versed in git to keep a long pull request updated.
Of course if @unforgiven512 is still around I will happily resubmit my patches to him.
Vassilis
|
Since SVN-Revision 42838 of OpenWrt the creation of a user/group pair during package installation is possible via the USERID option in the package definition section. FILE_MODES can be set too during this process. Thus most of the postinst stuff can be removed. Now the package can be easily integrated into a custom image.
|
Hi,
I resubmited my PRs and concatenated them. By the way, upstream
apt-cacher-ng version is 3.6.3.
Best regards
Robert
Am 2021-05-14 16:31, schrieb Vassilis Virvilis:
… On 5/14/21 9:07 AM, canaindica wrote:
> If you plan to update your PR, please consider my PRs (#3
<#3> and #4
<#4>) to use
builtin functions to create the user/group and to set the permissions.
The two now enable the integration of apt-cacher-ng into a custom
image.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7BCOAPETMJFLWICGOSUE3TNS43FANCNFSM4EJ4ACGQ>.
>
Do you mind resubmit against
https://github.com/vasvir/openwrt-packages I have forked the package
because the maintainer was unresponsive and I am not so versed in git
to keep a long pull request updated.
Of course if @unforgiven512 is still around I will happily resubmit my
patches to him.
Vassilis
--
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
Links:
------
[1]
#2 (comment)
[2]
https://github.com/notifications/unsubscribe-auth/AOL7ASJNOVLYTCAUZAN2AADTNUX5LANCNFSM4EJ4ACGQ
|
Use built-in user add and FILE_MODES routine
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TODO: