1. 15 Jul, 2013 3 commits
    • Michael Shigorin's avatar
      initial sound feature · e59dca15
      Michael Shigorin authored
      This replaces the many sets of the corresponding packages
      wandering all over pkglists, features and configurations;
      the interface should be rather well-defined by now.
      e59dca15
    • Michael Shigorin's avatar
      regular.mk: add an empty recipe · ce8e2d22
      Michael Shigorin authored
      That trailing "; @:" makes up a cause to run a shell,
      and SHELL is overloaded with tracing for reports.
      
      Thus an omission fixup.
      ce8e2d22
    • Michael Shigorin's avatar
      live: employ xdg-user-dirs feature · 1b0d0510
      Michael Shigorin authored
      use/live/install stopped to provide a desktop icon; the nuance is
      that zdg-user-dirs-install.sh script in livecd-install package
      expects ~/.config/user-dirs.dirs to actually do that.
      1b0d0510
  2. 01 Jul, 2013 19 commits
  3. 21 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      armh: cope with non-signed repository hashes · 7f6947fd
      Michael Shigorin authored
      The '[alt]' signature reference in the stock package
      doesn't fit current reality as the hash files for
      Sisyphus/armh are *not* cryptographically signed.
      
      This commit should be reverted when these are.
      7f6947fd
  4. 20 Jun, 2013 3 commits
    • Michael Shigorin's avatar
      vm.mk: add su to vm/net · e8a067b4
      Michael Shigorin authored
      It's pretty frustrating to be able to ssh into a vm
      while being unable to administer it knowing the rootpw...
      e8a067b4
    • Michael Shigorin's avatar
      deflogin: argh, fix silly thinko · a7e9cf88
      Michael Shigorin authored
      That \t has lurked in the source variant of the script,
      was fixed in features.in/live/live/image-scripts.d/30-users once
      and still has managed to creep into this fork!
      
      Ugh.
      a7e9cf88
    • Michael Shigorin's avatar
      main.mk: target refactoring · 768df7e9
      Michael Shigorin authored
      The issue with the original hasty code that stuck around
      was that it bluntly ignored any ifdef/ifeq constructs due to
      an obvious reason of being essentially a grep, not a makefile
      interpreter.
      
      It's now fixed so that e.g. arch-specific targets won't pop up
      for no good reason.
      
      Thanks ldv@ for discussion and a reminder about the dump mode
      (make -p).
      768df7e9
  5. 19 Jun, 2013 2 commits
  6. 17 Jun, 2013 12 commits
    • Michael Shigorin's avatar
      Makefile: don't try to report on distclean · 969d1eb6
      Michael Shigorin authored
      ...and on other direct non-build actions like clean or help.
      How could this stay overlooked for so long?
      969d1eb6
    • Michael Shigorin's avatar
      gear-store-tags · 802ea74d
      Michael Shigorin authored
      802ea74d
    • Michael Shigorin's avatar
      1.1.0-alt1 · 386c1b14
      Michael Shigorin authored
      - 1.1.x branch: public alpha development status
        + new subprofile: rootfs
        + new features: armh*, deflogin, init, services
        + refactored features: build-*, efi, fonts, live, x11*
        + tar2vm got rewritten as tar2fs, gained ARM support
      - minor spec metadata update
      386c1b14
    • Michael Shigorin's avatar
      main.mk, build.mk: tweaks for error reporting · ccc64864
      Michael Shigorin authored
      I've finally moved away from LC_MESSAGES=C on my main
      development system half a year ago and finally spotted
      that a grep for "Stop\.$" stopped to yield anything now.
      ccc64864
    • Michael Shigorin's avatar
      desktop+regular: exclude alterator-x11 · d6c663bf
      Michael Shigorin authored
      It's neither reasonable nor installable on ARM,
      so far dropping it is better than any workarounds.
      d6c663bf
    • Michael Shigorin's avatar
      extended cubox-xfce with simply packagelists · 9269e833
      Michael Shigorin authored
      Those based on x86 ones but pruned according to armh repo
      presence; most notably, these are missing:
      
      compiz compiz-gtk
      java-1.6.0-sun mozilla-plugin-java-1.6.0-sun
      libreoffice
      remmina
      xfcalendar
      yagf
      9269e833
    • Michael Shigorin's avatar
      armh.mk: initial cubox images · 000848bb
      Michael Shigorin authored
      These are intended to run on Cubox ARM systems.
      Tough childhood, plastic toys...
      000848bb
    • Michael Shigorin's avatar
      initial armh-cubox feature · 7dae342d
      Michael Shigorin authored
      This one cares for SolidRun Cubox support.
      7dae342d
    • Michael Shigorin's avatar
      initial armh-dovefb feature · 6daf50b4
      Michael Shigorin authored
      This one cares for the less platform-specific aspects
      of Marvell Dove platform support.
      6daf50b4
    • Michael Shigorin's avatar
      armh: added umkimage support · 7409aa2f
      Michael Shigorin authored
      It was actually done much earlier during an experiment with
      Marvell ArmadaXP but is now integrated more or less properly.
      
      NB: ext2 is not needed anymore (uboot should do it),
      ext4 should become configurable by an existing knob.
      7409aa2f
    • Michael Shigorin's avatar
      x11: added use/x11/mate target · 61ecd095
      Michael Shigorin authored
      It was implemented in a pretty quick-and-dirty way
      for regular-mate back then, clean things up a bit.
      Package lists should be deduplicated either but
      that's another story.
      61ecd095
    • Michael Shigorin's avatar
      slinux/misc: drop an obsolete package · e532dedc
      Michael Shigorin authored
      gdm-theme-simply is still around but turns out that it counts
      on gdm2.20 (providing gdm) to be installed, and it is not;
      thus gdm-3 is actually pulled in and it doesn't work here.
      
      The package should be dropped from Sisyphus probably,
      let's drop it here anyways.
      e532dedc