1. 23 Nov, 2020 1 commit
  2. 12 Nov, 2020 1 commit
  3. 06 Nov, 2020 1 commit
  4. 26 Oct, 2020 1 commit
  5. 19 Aug, 2019 1 commit
  6. 08 Jul, 2019 2 commits
  7. 14 Jan, 2019 1 commit
  8. 06 Aug, 2018 1 commit
  9. 21 Apr, 2017 1 commit
  10. 29 Jan, 2017 1 commit
  11. 26 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      repo: harden against missing keydir · 3bfaf9c0
      Michael Shigorin authored
      rpm-4.13 stopped bringing alt-gpgkeys in, and specifying it
      explicitly for STAGE1_PACKAGES didn't help somehow; don't presume
      /usr/lib/alt-gpgkeys/ existence anyways.
      3bfaf9c0
  12. 31 Oct, 2016 1 commit
  13. 24 Mar, 2014 1 commit
  14. 17 Mar, 2014 1 commit
  15. 03 Sep, 2012 1 commit
  16. 10 May, 2012 1 commit
    • Michael Shigorin's avatar
      initial kernel and metadata features · c83cc111
      Michael Shigorin authored
      This further refines the modular build by making
      metadata being a clearly separated feature rather
      than having to rely on runtime tests, and also by
      moving the code which cares for kernel bits of base
      installation (.base list) in a feature of its own.
      
      There's more to it but let's get the ball rolling first.
      c83cc111
  17. 02 Dec, 2011 1 commit
  18. 19 Nov, 2011 2 commits
    • Michael Shigorin's avatar
      introduced add_feature function · 9cedefdb
      Michael Shigorin authored
      The features might get copy-pasted (or even copied-and-pruned)
      when initialized; there's an unneccessary duplication of the
      function name in the line adding it to FEATURES list, thus
      prone to being forgotten and causing some havoc later on.
      
      It was wrong in the first place but tackling this with some
      double-colon rules ran into terminality issues, and further
      tortures were considered unneccessary.
      
      The current solution isn't perfect (no completely transparent
      function name registration upon corresponding target being called)
      but at least it is an improvement...
      9cedefdb
    • Michael Shigorin's avatar
      initial repo feature · ae7139f8
      Michael Shigorin authored
      We've got some parts of it in build-distro feature,
      and some went to dev feature for no real reason.
      
      But a bare installer might go without package base,
      and LiveCDs other than live-builder might find local
      repository useful given aufs2 root overlay.
      
      Now the overall scheme is more straightforward:
      - a distro:
        + asks that a package repo be included
        + cares to further add the packages to it
      - a repo feature:
        + pulls in sub/main for it to happen
        + provides genbasedir script to create repo metadata
        + supplements live feature with repo configuration
      ae7139f8