summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-08-27reproducible: link to todo list for each tested projectHolger Levsen1-2/+2
2015-08-27reproducible freebsd: not building master yetHolger Levsen1-1/+3
2015-08-27reproducible freebsd: minor layout improvementsHolger Levsen1-2/+2
2015-08-27reproducible: better explain that FreeBSD is build on FreeBSDHolger Levsen1-1/+7
2015-08-27reproducible freebsd: add FreeBSD logo and use it as described in ↵Holger Levsen1-0/+2
http://www.freebsd.org/logo.html
2015-08-27reproducible freebsd: vary LANG and LC_ALL now too and correctly describe ↵Holger Levsen2-27/+36
what's varied on FreeBSD and what not
2015-08-27reproducible freebsd: do cleanupsHolger Levsen1-5/+4
2015-08-27reproducible: fix link targetHolger Levsen1-1/+1
2015-08-27reproducible: add commas as suggested by FauxHolger Levsen1-2/+2
2015-08-27reproducible: slight rewordingsHolger Levsen1-2/+2
2015-08-27fxi typoHolger Levsen1-1/+1
2015-08-27reproducible: move howto paragraph upHolger Levsen1-3/+2
2015-08-27reproducible: link to FreeBSD results in the dashboardHolger Levsen1-1/+3
2015-08-27reproducible freebsd: just comparing one tar archive with 20k files inside ↵Holger Levsen1-10/+13
definitly wont be final yet I still wonder what it will be…
2015-08-27reproducible freebsd: use chflags to make files deletable againHolger Levsen1-1/+1
2015-08-27b/reproducible_html_packages: Drop space between image and text linkChris Lamb1-8/+12
As it appears with an annoying spurious underline when you hover your mouse over it..
2015-08-26reproducible netbsd: sort unreproducible packages up and boring reproducible ↵Holger Levsen1-7/+21
ones down
2015-08-26reproducible freebsd: fixup remote tar'ingHolger Levsen1-2/+2
2015-08-26reproducible freebsd: fix find usageHolger Levsen1-1/+1
2015-08-26reproducible: use consistent wordingHolger Levsen1-1/+1
2015-08-26reproducible: change link names from "$arch" to "arch: $arch"Holger Levsen2-4/+4
2015-08-26reproducible: correctly link index_suite_$ARCH_statsHolger Levsen2-2/+2
2015-08-26reproducible: only build note related pages for suite+architectures that are ↵Holger Levsen1-0/+2
tested
2015-08-26reproducible: explain we will soon vary the filesystem for tests run on ↵Holger Levsen1-0/+2
Debian too
2015-08-26reproducible: explain that we'll soon vary time properly too, except on FreeBSDHolger Levsen1-2/+5
2015-08-26reproducible: only link to suites that are tested on armhf (and two ↵Holger Levsen1-3/+5
whitespace changes in the same function)
2015-08-26reproducible: only build index pages for suite+architectures that are testedHolger Levsen1-0/+2
2015-08-26reproducible: fix typo breaking the suite navigation for armhfHolger Levsen1-1/+1
2015-08-26Revert "reproducible: explain why sid is so broken atm"Holger Levsen1-7/+2
This reverts commit 07a64c8e5474dae232408e64a7c2bf90bde2cb9f.
2015-08-26reproducible openwrt: sort unreproducible packages up and boring ↵Holger Levsen1-6/+12
reproducible ones down
2015-08-26reproducible freebsd: carefully craft our own tar.xz archives...Holger Levsen1-4/+7
2015-08-26reproducible: build: try another way to get diffoscope stderr into the rbuildMattia Rizzolo1-1/+1
2015-08-25reproducible: don't create links to page we are onHolger Levsen1-2/+4
2015-08-25reproducible: add whitespaceHolger Levsen1-1/+1
2015-08-25reproducible: let it fail, let it fail, let it failHolger Levsen1-1/+1
2015-08-25reproducible: improve lookHolger Levsen1-2/+2
2015-08-25reproducible: include the the package version in the suite linksHolger Levsen1-2/+2
2015-08-25reproducible: make the spec visible… (not sure if the pathes and filename ↵Holger Levsen1-2/+2
are final)
2015-08-25reproducible: make $SPEC.htmlHolger Levsen1-4/+4
2015-08-25reproducible: whitespace cleanupHolger Levsen2-16/+2
2015-08-25reproducible: remove unneeded 'set -e' which is set by common-functions.sh ↵Holger Levsen2-2/+0
already
2015-08-25reproducible: clarify link targetHolger Levsen1-1/+1
2015-08-25reproducible: new job to build /specs/source_date_epoch/ from ↵Holger Levsen1-0/+26
source-date-epoch-spec.git
2015-08-25reprodcucible: FreeBSD 10.2 has been released, lets test this for nowHolger Levsen1-1/+1
2015-08-25reproducible improve rb-pkg pages style. Thanks to AGWAMattia Rizzolo1-1/+1
2015-08-24reproducible: Don't open external resources in our iframeChris Lamb1-7/+7
It's considered poor web etiquette to hijack links to cross-domain resources - the default "click" should take me to, eg. bugs.debian.org, and it can be quite annoying when it doesn't and I need to renavigate to get the URL, etc. Futhermore, when the iframe goes away we will have this behaviour anyway, so not only can we do the right thing now, we can avoid changing habits in the future after people are used or working around it. Signed-off-by: Chris Lamb <lamby@debian.org>
2015-08-22reproducible: only show links to unstable/armhfHolger Levsen1-2/+2
2015-08-22reproducible: html_packages: don't link armhf pages in amd64 onesMattia Rizzolo1-2/+4
2015-08-22reproducible: html_packages: fix syntaxMattia Rizzolo1-1/+1
2015-08-22reproducible: completely refactor the package pages. Really thanks to Ulrike ↵Mattia Rizzolo3-88/+112
Uhlig <u@451f.org> for the great help!