Commit graph

24 commits

Author SHA1 Message Date
Saivann
3ade248fd7
Update pubring with my signing subkey 2015-10-19 11:03:35 -04:00
Cøbra
d17e5b44db
Update pubring
Update the pubring to include my public key.
2015-10-19 14:29:55 +01:00
David A. Harding
7a82c6d000
Alternative content for clone sites 2015-09-06 08:31:33 -04:00
David A. Harding
b035a0a619
Prevent site indexing for preview builds 2015-09-06 08:31:33 -04:00
David A. Harding
1939eb163c
Build: Push Function Include Down Into Sub-Shell
Push RVM function include down into subshell to allow build scripts to
kill all sub-processes.

[skip ci]
Closes #941
2015-07-05 14:55:44 -04:00
Saivann
4e409097da
Use BUNDLE_DIR to define bundler's directory 2015-07-04 16:45:23 -04:00
Saivann
15c0c2626e
Avoid deleting excluded files in .gitignore in build script 2015-07-04 14:45:15 -04:00
David A. Harding
930355a41a
Merge pulls #918 & #924
- 918: About-Us: History, Staff Updates, & Signed Commits
- 924: Add Wladimir's Releases Key
2015-06-29 09:53:53 -04:00
Saivann
120030f73b
Exit if no argument is provided instead of defaulting to "auto" 2015-06-26 12:17:43 -04:00
Saivann
39d6121c89
Prevent concurrent unsigned script from aborting ongoing signed builds 2015-06-26 12:17:43 -04:00
Saivann
5339dc8687
Enclose variable into single quotes 2015-06-26 12:17:42 -04:00
Saivann
0b0fe286fa Merge branch 'gzipcompress' 2015-06-26 10:57:39 -04:00
David A. Harding
3b50ddbad2
Build Scripts: Require GPG-signed Commits
- Update build script

- Add authorized keys
2015-06-25 20:34:54 -04:00
Saivann
42cef24493 Add .ttf files to pre-gzipped files 2015-06-24 22:56:32 -04:00
Saivann
94360fdbfd Enable gzip compression (thanks louisjc, harding) 2015-06-24 22:16:18 -04:00
David A. Harding
b347044eb2
Repository Move: Update Repository URLs
git ls-tree --full-tree -r HEAD \
  | sed 's/^.\{53\}//'          \
  | xargs sed -i 's^https://github.com/bitcoin/bitcoin.org^https://github.com/bitcoin-dot-org/bitcoin.org^g'
2015-06-23 09:08:40 -04:00
Saivann
78da28ce3b Update build scripts with recent changes 2015-06-02 17:04:40 -04:00
Saivann
f0d111e2c4 Drop public stats 2015-05-05 09:55:55 -04:00
Saivann
a3734ecc20 Stats script: only rsync necessary logs to save disk space 2015-05-03 11:48:30 -04:00
David A. Harding
6a42d7b861
Backend: Makefile Targets For 'deployment' and 'travis'
* Set build server to use `make deployment`

* Create Makefile target for 'deployment' to update dependencies if
  necessary

* Set Travis CI to run `make travis`

* Create Makefile target for 'travis' to use additional automation logic
2015-04-12 14:24:32 -04:00
Saivann
6364f99419 Fix endless loop bug in build scripts 2015-04-11 10:32:08 -04:00
David A. Harding
c2bc8edff3
Revert changes to build script made in d954708ef 2015-03-19 15:01:55 -04:00
David A. Harding
d954708ef1
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links.  This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).

Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.
2015-03-14 15:17:24 -04:00
Saivann
bd5a114cba Add script used to build and update website 2015-02-27 12:38:08 -05:00