Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Mar 14, 2019
  3. Mar 13, 2019
  4. Mar 12, 2019
  5. Mar 11, 2019
  6. Mar 10, 2019
  7. Mar 09, 2019
  8. Mar 08, 2019
    • ThibG's avatar
      Fix setting up fields of a previously suspended account (#10222) · 3f4a6d44
      ThibG authored
      Fix #10177 for real
      3f4a6d44
    • Ben Lubar's avatar
      Re-organize Dockerfile to improve incremental builds. (#10212) · d36fcb54
      Ben Lubar authored
      - Always run apt update before any other apt command. (This fixes
        incremental builds failing if a remote package is updated.)
      - Only copy dependency lists before installing dependencies. (This means
        editing code doesn't force all dependencies to be re-downloaded.)
      - Delete cache in the same layer that it is created. (Otherwise,
        deleting cache *increases* the size of the image on non-squashed
        builds.)
      - Move the installation of some static dependencies to *before* Mastodon
        code is imported to Docker.
      d36fcb54
Loading