Skip to content

Commit

Permalink
Progress towards having reproducible builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jul 21, 2019
1 parent cabefb5 commit 8d9a7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ before_install:
script:
- export XML_CATALOG_FILES="/etc/xml/catalog $HOME/markup-validator/htdocs/sgml-lib/catalog.xml"
- TIDYALL_DATA_DIR="$HOME/tidyall_d" bash -x bin/run-ci-build.bash
- tar -cavf shlomif-homepage-dest.tar.xz dest/
- tar -caf shlomif-homepage-dest.tar.xz dest/
deploy:
provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion bin/run-ci-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set -e
set -x
touch t2/philosophy/SummerNSA/Letter-to-SGlau-2014-10/*.{xhtml,pdf}
bash -x bin/travis-ci-script.bash
find dest/post-incs/t2/ -type f | (LC_ALL=C sort) | head -500 | xargs sha256sum
# find dest/post-incs/t2/ -type f | (LC_ALL=C sort) | head -500 | xargs sha256sum

0 comments on commit 8d9a7db

Please sign in to comment.