1. 04 Feb, 2015 2 commits
  2. 02 Feb, 2015 8 commits
  3. 26 Jan, 2015 4 commits
  4. 20 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      pkg/lists: uncrustify Makefile · a86dd0c4
      Michael Shigorin authored
      The problem with the changed piece of code is that it would
      - both call cp(1) multiple times if multiple *_LIST variables
        were non-empty (which is usually the case), and
      - try to evaluate stdout of the called commands as a shell
        script (which would be empty unless someone passed e.g. -v
        to that cp(1) but it's crazy to rely on things like this).
      
      So the functions should prepare arguments for a single copy
      command that is predictable and could be made verbose.
      
      Ouch.
      a86dd0c4
  5. 13 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      rescue+misc: added office file format parsers · dc679621
      Michael Shigorin authored
      This batch deals with various Microsoft(R) Word(TM)
      instilled formats like RTF/DOC/DOCX and requires nothing
      but basic libraries and perl at most; might get extended
      over time but please mind the extra dependencies!
      dc679621
  6. 05 Jan, 2015 4 commits
  7. 31 Dec, 2014 1 commit
  8. 24 Dec, 2014 2 commits
  9. 22 Dec, 2014 1 commit
    • Michael Shigorin's avatar
      base+rescue: added servicectl · e7acdd8d
      Michael Shigorin authored
      This utility manages systemd services inside chroot
      while the host system runs sysvinit (systemctl will say
      "Running in chroot, ignoring request" and bail out).
      e7acdd8d
  10. 20 Dec, 2014 1 commit
  11. 18 Dec, 2014 1 commit
  12. 16 Dec, 2014 1 commit
  13. 15 Dec, 2014 3 commits
  14. 12 Dec, 2014 4 commits
  15. 11 Dec, 2014 5 commits
    • Michael Shigorin's avatar
      desktop+lxqt+razorqt+extra: work around clementine · 5ccdb5e2
      Michael Shigorin authored
      Specifically the seemingly missing dependencies on gstreamer:
      https://bugzilla.altlinux.org/show_bug.cgi?id=30556
      
      Thanks dango for heads-up:
      http://forum.altlinux.org/index.php/topic,33700.msg242323.html#msg242323
      5ccdb5e2
    • Michael Shigorin's avatar
      dev: rework user setup · 1cf1bcb8
      Michael Shigorin authored
      There were quite a few things missing:
      - packager pseudo for both rpm and hasher;
      - proper target (so that i686 or athlon don't confuse people);
      - hasher repo for apt so that mkimage would use it too;
      - last but not least, a friendly bootstrap message! ;-)
      1cf1bcb8
    • Michael Shigorin's avatar
      regular.mk, p7.mk: builder image · 5205364a
      Michael Shigorin authored
      So ALT Linux has got decent build tools but no one even knows
      about those, right?  And starting to use those is somewhat tedious
      as it requires ALT installation with a specially crafted user account?
      
      live-builder.iso has been useful enough to consider including its
      relative into starterkits skipping regular builds for roughly the
      same reasons as those for installers: we're better off helping users
      to get onto the stable platform bandwagon than having them excited
      with Sisyphus just to hit some wall down the road (even if we warn
      of these walls well in advance most of the time), and while packages
      tend to get into branches via sisyphus repo it's still better to stay
      on the safe side with what we make easily available.
      5205364a
    • Michael Shigorin's avatar
      dev: tweak main subprofile to avoid extra packages · 52a4265e
      Michael Shigorin authored
      THE_* and friends are all unneeded for live builder image;
      this commit makes dev feature basically incompatible with
      install2 feature (which relies on the conventional behaviour
      of main subprofile), will have to think it all over if the
      combination of these two ever becomes needed.
      52a4265e
    • Michael Shigorin's avatar
      dev, live.mk: refactor live-builder bits · 74126092
      Michael Shigorin authored
      It feels like time to introduce regular-builder.iso,
      let's help it by factoring most of the common part out
      into the feature.
      74126092
  16. 10 Dec, 2014 1 commit