1. 15 Nov, 2021 5 commits
  2. 04 Nov, 2021 5 commits
  3. 01 Nov, 2021 2 commits
  4. 27 Oct, 2021 18 commits
  5. 26 Oct, 2021 5 commits
  6. 25 Oct, 2021 5 commits
    • Anton Midyukov's avatar
      ve.mk: replace spaces on the tabulation · 904d1217
      Anton Midyukov authored
      904d1217
    • Anton Midyukov's avatar
      ve.mk: refactor those ve/systemd-* dups · 59942221
      Anton Midyukov authored
      59942221
    • Michael Shigorin's avatar
      ve.mk: initial ve/lxc-builder · 7879bb9c
      Michael Shigorin authored
      I've doubted what to base it on but settled with ve/.lxc-base
      for the common prefix reason. :)
      7879bb9c
    • Michael Shigorin's avatar
      ve.mk: refactor those ve/lxc-* dups · 501e74b4
      Michael Shigorin authored
      Part of mkimage-profiles' design is to make it easier
      to figure out the common parts and describe these as such;
      even if something's hastily implemented through copypaste,
      it's worth it to have a look (amending the debugged commit
      to make it pretty as well, fixing up the newcomers at the
      merge time, or at least spotting crap and taking care
      afterwards -- the latter having more potential for "free"
      merge conflicts, doing this sort of cleanup rather earlier
      than later rather pays off albeit premature optimization
      can take place here either when too many "layers of
      beforehand indirection" are introduced; ve/.lxc-bare
      in this very commit is bordering just that, so use your
      common sense and experience or ask in devel-distro@
      when in doubt).
      
      Fixes: 37e088da
      501e74b4
    • Michael Shigorin's avatar
      reports.mk: don't call rpmquery with empty list · 51ae114e
      Michael Shigorin authored
      xargs -r is a good habit usually.
      
      Fixes: c7717836
      51ae114e