1. 10 Jan, 2016 3 commits
    • Michael Shigorin's avatar
      style.txt: avoid merge commits! · 97eee80f
      Michael Shigorin authored
      Merge commits aren't going to be merged upstream
      for these break all sorts of git tools including
      log -p, blame, bisect, etc (or make their use less
      convenient).
      97eee80f
    • Michael Shigorin's avatar
      style.txt: slightly better call for documenting · 41d2644e
      Michael Shigorin authored
      Sometimes we tend to "just" translate the code to human
      which doesn't really help; what usually helps is noting
      down what the code author intended to implement or fix,
      and what was the case for that.
      41d2644e
    • Michael Shigorin's avatar
      QUICKSTART, mktmpdir, build.mk: hasher's /proc · 3b3cf4cc
      Michael Shigorin authored
      Either /etc/hasher-priv/system or /etc/hasher-priv/user.d/$USER
      must contain at least "allowed_mountpoints=/proc" for mkimage
      to work for mkimage-profiles; thanks Daniil Golovanov for
      providing feedback indicating the lack of the corresponding
      checks.
      3b3cf4cc
  2. 03 Jan, 2016 1 commit
  3. 24 Dec, 2015 1 commit
  4. 23 Dec, 2015 2 commits
  5. 14 Dec, 2015 1 commit
  6. 09 Dec, 2015 2 commits
    • Michael Shigorin's avatar
      regular.mk: added a few more benchmarks · de513c9f
      Michael Shigorin authored
      unixbench might still come handy, and stream-mem is better
      custom-tailored for the task but still beta than nothin'.
      de513c9f
    • Michael Shigorin's avatar
      base+bench, bench+x11: initial pkglists · 0fb879e0
      Michael Shigorin authored
      These have been partially inspired by inquisitor's
      build/altlinux/profile.live/packages collection of
      more or less benchmarks/burn-in tools.
      
      Those requiring libX11 won't hit regular-rescue.iso
      so let's put them on a file of their own.
      
      And while at that, there are a couple of MPI/IB
      benchmarking tools as well.
      0fb879e0
  7. 08 Dec, 2015 1 commit
  8. 07 Dec, 2015 3 commits
  9. 05 Dec, 2015 2 commits
    • Michael Shigorin's avatar
      conf.d/README: be more concise · 9e03dee4
      Michael Shigorin authored
      THE_KMODULES isn't referencing the actual *.ko files
      but rather kernel-modules-* packages; it was a bit too
      verbose to name *_KMODULES as *_KMODULE_PACKAGES even
      if it was more self-explanatory of course, but still
      we've got the first victim to that ambiguity.
      9e03dee4
    • Michael Shigorin's avatar
      regular.mk: a few netsec tools to the rescue · b50d011a
      Michael Shigorin authored
      This one has been triggered by a macchange NMU
      speeding through sisyphus-cybertalk@...
      b50d011a
  10. 04 Dec, 2015 4 commits
    • Michael Shigorin's avatar
      stage2, lowmem: update cleanup hooks for qt5 · 457c00b8
      Michael Shigorin authored
      There's /usr/share/qt5/translations/ now too, handle that.
      
      OTOH we've got some CJK support already, time to split up
      those "cleanups" into some target locale set dependent form.
      457c00b8
    • Michael Shigorin's avatar
      xorg+misc: drop xorg-drv-multimedia · 5147dd43
      Michael Shigorin authored
      Not available as of xorg 1.18.0.
      5147dd43
    • Michael Shigorin's avatar
      base+rescue: added acl · d89aefd6
      Michael Shigorin authored
      This is a tiny "trivial" package that's useful at times.
      d89aefd6
    • Michael Shigorin's avatar
      regular.mk, regular+kde4: rosa-imagewriter use extended · efa2b9c8
      Michael Shigorin authored
      It's been proposed to add an image writing tool to all of
      the desktop regular builds (which is reasonable).
      
      rosa-imagewriter depends on qt5 that's currently found in
      lxqt, kde4 and kde5 flavours only so let's put it there.
      
      imagewriter (the openSUSE's original one) goes to the rest of
      DE builds: xdg-su would fallback to gksu if none of the desktops
      got "detected", and that means several more megabytes of crap
      (completely unneeded in WM-based images I think).
      efa2b9c8
  11. 03 Dec, 2015 1 commit
  12. 30 Nov, 2015 13 commits
  13. 16 Nov, 2015 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · 514ee63b
      Michael Shigorin authored
      514ee63b
    • Michael Shigorin's avatar
      1.1.79-alt1 · 87c49583
      Michael Shigorin authored
      - faked workaround
      87c49583
    • Michael Shigorin's avatar
      regular.mk: custom VOL_IDs for E-based images · c3880170
      Michael Shigorin authored
      Enlightenment is a long enough word to trigger #28271;
      E, on the other hand, is pretty slim to fit that space.
      
      "Volume id: ALT Linux regular-enlightenment/" just isn't
      pretty at all.
      c3880170
    • Michael Shigorin's avatar
      regular.mk: move un-def from cinnamon to gnome3 · 2d13c053
      Michael Shigorin authored
      rider@ asked to move gnome3 to un-def kernel flavour,
      and there's an unofficial policy for regular builds
      that these carry reasonable diversity (in a good sense)
      as in various kernels, inits, etc; that diversity would
      drop a bit of both GNOME3 based flavours would end up
      with the same kernel, so let's mv not cp.
      2d13c053
    • Michael Shigorin's avatar
      image.in, stage2: reworked TCB fixup hook · 5427f3af
      Michael Shigorin authored
      The issue at hand is that:
      
      /etc/tcb/USER/shadow gets USER:auth ownership (OK);
      /etc/tcb/USER/shadow- backup file is root:root (broken);
      /etc/tcb/USER/shadow.lock file is also root:root (broken).
      
      This is observed for all pseudousers created by package installation
      process within working chroots as well as for users created by deflogin
      feature; the problem is that e.g. echo USER:PASS | chpasswd will break.
      
      Looks like the cuplrit might be fakeroot/faked.
      5427f3af
    • Michael Shigorin's avatar
      regular.mk: added winbind to disabled samba4 services · e02d0cf9
      Michael Shigorin authored
      Samba 4.x in domain controller mode works with "samba"
      service, not legacy smbd/nmbd/winbindd; all of those
      must be stopped before running the newly-configured one:
      http://altlinux.org/SambaDC
      e02d0cf9