1. 15 Jul, 2013 16 commits
  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 1 commit
    • Michael Shigorin's avatar
      {lib,conf.d}/{ve,vm}.mk: shift the real targets · a18295f2
      Michael Shigorin authored
      lib/*.mk aren't going to be parsed for build targets
      in the near future; and the early placement of those
      targets was superseded by a dedicated configuration
      snippet directory so just move these bits there.
      a18295f2