Skip to content
Snippets Groups Projects
Select Git revision
  • doc/17717-update-torproject-links
  • update-torproject-links
  • doc/16987-doc-usb-tethering
  • doc/8666-how-to-screenshots
  • doc/8948-persistent-storage
  • web/17549-no-dead-end-on-download
  • doc/17183-import-gpg-key
  • doc/17492-secure-boot
  • doc/15783-vpn-faq
  • doc/17444-screenshot-wrong-OS
  • new-home-about-pages
  • doc/17116-improve-known-issue-persistence-conf
  • doc/17298-migrate-keyserver
  • feature/17219-replace-torbirdy
  • doc/8948-persistence-terminology
  • feature/17197-clarify-rsync-command
  • doc/16975-confusing-doc-del-imgs
  • doc/17190-remove-ref-irc-acct
  • master default protected
  • doc/10885-better-upgrade-doc
  • 3.7
  • 3.6.2
  • 3.6.1
  • 3.6
  • 3.6-rc1
  • 3.5
  • 3.4
  • 3.3
  • 3.2
  • 3.2-rc1
  • 3.2-alpha2
  • 3.2-alpha1
  • 3.1
  • 3.0.1
  • 3.0
  • 3.0-rc2
  • 3.0-fake1
  • 3.0-rc1
  • 3.0-beta4
  • 2.12
40 results

auto

  • Clone with SSH
  • Clone with HTTPS
  • Forked from tails / tails
    25564 commits ahead of the upstream repository.
    intrigeri's avatar
    intrigeri authored
    Otherwise, for example we can hit this scenario:
    
    1. build1: during a built from the stable branch, the website is built with
       SOURCE_DATE_EPOCH derived from the last changelog entry on that
       branch (date1); the result of that build is cached.
    
    2. build2: during another build from the devel branch, on a different
       isobuilder, the website is built with SOURCE_DATE_EPOCH derived from the
       last changelog entry on that branch (date2); the result of that build is
       cached; it differs from the version cached during build1, due to a different
       SOURCE_DATE_EPOCH, because the last changelog entry on the devel branch
       has a different date than the last changelog entry on the stable branch.
    
    3. When Jenkins tries to reproduce build2, on the same isobuilder as build1, our
       build system reuses the website built with date1, which does not match the
       website built with date2 during build 2 ⇒ different images, reproducibility
       check fails.
    
    So let's take into account debian/changelog as part of the input
    on which we key our built website cache.
    792cb70a
    History
    Name Last commit Last update
    ..
    scripts
    build
    clean
    config