Skip to content
Snippets Groups Projects
  1. Mar 29, 2015
  2. Mar 28, 2015
  3. Mar 23, 2015
  4. Mar 19, 2015
  5. Mar 18, 2015
  6. Mar 17, 2015
  7. Mar 16, 2015
  8. Feb 21, 2015
  9. Feb 20, 2015
  10. Feb 19, 2015
  11. Feb 18, 2015
  12. Feb 16, 2015
  13. Feb 13, 2015
    • Stefan Laudemann's avatar
      Lets build.sh reject HEAD as BASE-identifier for non-experimental · d0addf55
      Stefan Laudemann authored
      builds.
      
      As HEAD is a "floating" pointer, it cannot act as valid qualifier for
      reproducible builds. One either has to specify a commit by its tag (if
      existent) or the qualifying commit SHA.
      d0addf55
    • Stefan Laudemann's avatar
      Fixes wrong date format in frankenmerged manifest. · 83947417
      Stefan Laudemann authored
      By now, the value of the DATE field in the manifest header was set to be
      equal to the faketime timestamp we use for the build. However, as it
      turned out with the rollout of 0.6.0~rc2, the Gluon autoupdater relies
      on a slightly different command and thus rejected the frankenmerged
      manifest file. By "different" I mean that it is identical up to the last
      character, but requires a suffix which indicates the UTC offset. E.g.
      when the faketime timestamp is "2015-02-14 23:42:00", the correct value
      in the DATE field looks like "2015-02-14 23:43:00+01:00", Hence, the
      issue gets fixed by appending a simple "$(date +%:z)" to the TS variable.
      83947417
    • Stefan Laudemann's avatar
      Executes 'make dirclean' only if $GLUON_BUILDDIR exists. · f4562691
      Stefan Laudemann authored
      By now, 'make dirclean' got executed for branches not equal to 'exper-
      imental' no matter if one just cloned all the repos or tries to rebuild
      an image. Hence, in the former case where there is nothing to clean,
      make complains that 'make dirclean' fails as $GLUON_BUILDDIR does not
      exist yet.
      
      Thus, we now test whether or not the directory exists before calling
      'make dirclean' and only call it, if it does not exist (i.e. one just
      cloned the repos).
      
      Keep in mind that 'make dirclean' still does not get called in case BRANCH is
      set to 'experimental'.
      
      Closes issue #20.
      f4562691
    • Stefan Laudemann's avatar
  14. Feb 12, 2015
  15. Feb 11, 2015
  16. Jan 31, 2015
  17. Jan 28, 2015
  18. Jan 12, 2015
Loading