public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 0/2] buildprocess: additional pak metadata
@ 2021-06-24 22:50 Robin Roevens
  2021-06-24 22:50 ` [PATCH 1/2] buildprocess: Add extra metadata to meta-* files Robin Roevens
  2021-06-24 23:04 ` [PATCH 0/2] buildprocess: additional pak metadata Robin Roevens
  0 siblings, 2 replies; 13+ messages in thread
From: Robin Roevens @ 2021-06-24 22:50 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

Hi

As discussed earlier, I hereby submit a patchset adding extra metadata 
to all pak's.

First patch adds the new metadata fields "Summary" and "Services" to the 
meta-file templates and introduces the new macro INSTALL_INITSCRIPTS 
accepting a space seperated list of initscripts to install to avoid
duplicating the list of service initscripts. (Once in the new SERVICES
meta-data field and once by calling INSTALL_INITSCRIPT for each of 
them).
The original INSTALL_INITSCRIPT macro is kept (and called by the new
macro) for corner cases where non-service initscripts need to be 
installed and for use by non-pak lfs files as they currently don't have 
a SERVICES variable. 

The second patch adds the new metadata for all pak's in their respective
lfs files. 
As I went over all pak lfs files, I did not encounter any corner cases
hence all calls to INSTALL_INITSCRIPT are replaced by calls to the new
INSTALL_INITSCRIPTS passing the SERVICES variable as argument.
The only special case maybe worth mentioning is Icinga, where a service
initscript is installed by a make rule of the source. Hence no call to
INSTALL_INITSCRIPT or INSTALL_INITSCRIPTS is required. But the service
is included in the SERVICES variable to have it recorded in the meta-file.

This set does not yet contain changes in pakfire or services.cgi to
actually do something with the new meta-data.
Those changes will be posted shortly.

Regards

Robin


-- 
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.


^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <1b25db163f59f5f89796a05b7d97ab2098eb230d.camel@disroot.org>]
* [PATCH 0/2] buildprocess: additional pak metadata
@ 2021-07-01 19:15 Robin Roevens
  2021-08-12 15:34 ` Robin Roevens
  0 siblings, 1 reply; 13+ messages in thread
From: Robin Roevens @ 2021-07-01 19:15 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1701 bytes --]

Hi

Second attemt to submit this patchset. Hoping the mailserver won't find
malicious URLs in it.

For completeness, the summary included in the first attempt:

As discussed earlier, I hereby submit a patchset adding extra metadata 
to all pak's.

First patch adds the new metadata fields "Summary" and "Services" to the 
meta-file templates and introduces the new macro INSTALL_INITSCRIPTS 
accepting a space seperated list of initscripts to install to avoid
duplicating the list of service initscripts. (Once in the new SERVICES
meta-data field and once by calling INSTALL_INITSCRIPT for each of 
them).
The original INSTALL_INITSCRIPT macro is kept (and called by the new
macro) for corner cases where non-service initscripts need to be 
installed and for use by non-pak lfs files as they currently don't have 
a SERVICES variable. 

The second patch adds the new metadata for all pak's in their respective
lfs files. 
As I went over all pak lfs files, I did not encounter any corner cases
hence all calls to INSTALL_INITSCRIPT are replaced by calls to the new
INSTALL_INITSCRIPTS passing the SERVICES variable as argument.
The only special case maybe worth mentioning is Icinga, where a service
initscript is installed by a make rule of the source. Hence no call to
INSTALL_INITSCRIPT or INSTALL_INITSCRIPTS is required. But the service
is included in the SERVICES variable to have it recorded in the meta-file.

This set does not yet contain changes in pakfire or services.cgi to
actually do something with the new meta-data.
Those changes will be posted shortly.

Regards

Robin



-- 
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-08-13 11:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 22:50 [PATCH 0/2] buildprocess: additional pak metadata Robin Roevens
2021-06-24 22:50 ` [PATCH 1/2] buildprocess: Add extra metadata to meta-* files Robin Roevens
2021-06-24 23:04 ` [PATCH 0/2] buildprocess: additional pak metadata Robin Roevens
2021-06-26 12:09   ` Michael Tremer
     [not found] <1b25db163f59f5f89796a05b7d97ab2098eb230d.camel@disroot.org>
2021-07-01  8:31 ` Michael Tremer
2021-07-01 19:31   ` Robin Roevens
2021-07-01 19:15 Robin Roevens
2021-08-12 15:34 ` Robin Roevens
2021-08-12 15:37   ` Michael Tremer
2021-08-12 18:28     ` Robin Roevens
2021-08-13  9:18       ` Michael Tremer
2021-08-13 10:49         ` Robin Roevens
2021-08-13 11:19           ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox