Skip to content

macaroni-os/macaroni-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macaroni-security

Macaroni OS Security Repository where release packages with a fast rolling release and with security patches.

At the moment it's used only for Phoenix release.

luet-portage-converter

In this repository we avoid to generate all dependencies, for this reason with use the option --skip-rdeps-generation in this way for example:

$> luet-portage-converter generate \
    --rules portage-converter/browsers-extra.yaml \
    --ignore-missing-deps   --disable-conflicts \
    --to . --enable-stage4 --ignore-wrong-packages \
    --disable-stage3 \
    -t packages/  --skip-rdeps-generation

Due to a limitation of the current implementation of luet-portage-converter tool the stage4 doesn't work correctly without all dependencies in the selected tree.

In addition, it's possible that the option --disable-stage3 must be added too.