1. 12 Jun, 2020 3 commits
  2. 11 Jun, 2020 4 commits
    • Dridi Boukelmoune's avatar
      Revert "Only build manual pages in maintainer mode" · be1191ea
      Dridi Boukelmoune authored
      This reverts commit cc42bd31.
      
      For some reason Travis CI jobs use autogen.sh and don't build with all
      the bells and whistles we expect developers to work with. Despite the
      explicit mention in autogen.des:
      
          # Use this when doing code development
      
      Some of our continuous integration doesn't emulate this properly. At
      least on the VTEST and CircleCI sides we do things as expected. I will
      reintroduce this change later when Travis CI is ready to take it.
      be1191ea
    • Dridi Boukelmoune's avatar
      Soft retirement of autogen.sh · 0b4a90c0
      Dridi Boukelmoune authored
      We shouldn't need to care about all the details when autoreconf(1) can
      do that for us. The autoworld has changed over the last decade and this
      only affects Varnish developers since we ship release archives with a
      turnkey configure script. So let's see how much wreckage this change will
      cause.
      
      The script remains until its refcount drops to zero.
      
      In order to get early feedback for MacOS the relevant Travis CI job is
      already updated.
      0b4a90c0
    • Dridi Boukelmoune's avatar
      Only build manual pages in maintainer mode · cc42bd31
      Dridi Boukelmoune authored
      When we release a dist archive, it comes with the documentation but
      since some of it is generated by programs we end up it makes no real
      difference, and actually it makes things worse: rebuilding from the
      dist archive ends up with a rebuild of the documentation because some
      sources ended up being rebuilt. In other words, the documentation we
      ship is dead weight in the dist archive and doesn't reduce the number
      of build dependencies downstream.
      
      From now on, rst2man remains mandatory to build our manual pages but
      can safely be omitted by packaging scripts.
      cc42bd31
    • Nils Goroll's avatar
      Add the debugging aid to Assert Curses return codes · 6744a693
      Nils Goroll authored
      taken from varnishtop. NOOP because #if 0'd
      6744a693
  3. 10 Jun, 2020 16 commits
  4. 09 Jun, 2020 12 commits
  5. 05 Jun, 2020 4 commits
  6. 04 Jun, 2020 1 commit