1. 15 Oct, 2012 1 commit
  2. 10 Oct, 2012 3 commits
    • Michael Shigorin's avatar
      make-3.82 adaptation · 6f5be918
      Michael Shigorin authored
      The issue actually hit image.in/Makefile: "metadata" target
      in features.in/metadata/lib/50-metadata.mk wasn't reached
      even if features.in/build-distro/lib/90-build-distro.mk
      would ACK that the "whatever" actions included "metadata";
      thus Metadata/pkg-groups.tar wasn't created and the installer
      silently failed to install the .base system.
      
      Let's armour the rest of the cases where the order of inclusion
      might be important as well.
      6f5be918
    • Michael Shigorin's avatar
      relname: tweak the fix/diagnostics · 718a50b9
      Michael Shigorin authored
      The culprit would be that $RELNAME isn't really set there
      ($GLOBAL_RELNAME is), and sh -u will treat that as error.
      718a50b9
    • Mike Radyuk's avatar
      fix RELNAME script and README · 78684bfe
      Mike Radyuk authored
      78684bfe
  3. 08 Oct, 2012 1 commit
  4. 01 Oct, 2012 1 commit
  5. 24 Sep, 2012 5 commits
  6. 23 Sep, 2012 1 commit
  7. 22 Sep, 2012 1 commit
  8. 12 Sep, 2012 4 commits
  9. 03 Sep, 2012 12 commits
  10. 13 Aug, 2012 3 commits
  11. 11 Aug, 2012 6 commits
    • Michael Shigorin's avatar
      merged experimental support for opensuse · 23175f00
      Michael Shigorin authored
      This isn't ready for general consumption (just as centos one)
      but the notion of REPO is floating around along with apt-conf
      thoughts, and it might still be useful to someone poking around
      conf.d/test.mk.
      
      Request hasher-pkg-init.spec from mike@ or led@ if interested;
      the experiments were carried out using openSUSE 11.4 repository
      and slightly patched hasher (cpio blacklist for devices).
      23175f00
    • Michael Shigorin's avatar
      minor documentation facelift · eb3df648
      Michael Shigorin authored
      A few more items were asking for some attention.
      
      In particular, build examples should start with
      the most basic, error-proof and quick targets.
      eb3df648
    • Michael Shigorin's avatar
      doc/qemu.txt: mostly automated · d646e719
      Michael Shigorin authored
      This part of docs was pleading to put it into a small shell
      script; it was done to facilitate kas@' debugging efforts
      so that qemu-system-ppc might eventually get fixed, thus
      livecd-qemu-arch package now "obsoletes" this file.
      d646e719
    • Michael Shigorin's avatar
      features: hopefully better README · c08e86af
      Michael Shigorin authored
      Thanks both drool@ for his mild frustration with the current
      documentation as well as Greg Kroah-Hartman, Heikki Orsila
      and Neil Brown for http://lwn.net/Articles/504814/ -- the docs
      should really emphasize *why* something is done, not *how*,
      as the "how" part is better documented with the code itself
      (that doesn't mean that "the big picture" isn't needed).
      c08e86af
    • Michael Shigorin's avatar
      complex subprofile delimiter changed ("/" -> "@") · b21353a0
      Michael Shigorin authored
      That sub/stage2/install2 was somewhat clumsy actually as it looked
      like a hierarchical thing while being a substitution thing:
      generic stage2 would get put in place renamed as install2.
      
      This could only get worse with hierarchical features which have
      already been both requested and considered for quite a time,
      and "stage2 at install2" reads much more naturally.
      b21353a0
    • Michael Shigorin's avatar
      features: drop dirtags · 912dbcfd
      Michael Shigorin authored
      Finishes what 3dd02033
      has essentially done... the path seems to be elsewhere.
      912dbcfd
  12. 10 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      razorqt += qps · e6f13def
      Michael Shigorin authored
      Don't remember who exactly recommended this nice and elegant
      system monitor but it fits just fine.
      e6f13def
  13. 09 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      git usage refactoring · c4311108
      Michael Shigorin authored
      There were heaps of "if type -t git" there already;
      it wasn't an unintentional mishap but rather a moderate
      copy-paste to get the use cases, and now these seem to
      have essentially settled.
      
      So time to scrap some dups.
      
      NB: the scripts in the generated profile can't rely on
      the contents of the metaprofile (these need to be able
      to work in standalone case either), so a bit of crap
      still lurks there.
      c4311108