Skip to content

Commit

Permalink
Update build scripts with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saivann committed Jun 2, 2015
1 parent 3280a2f commit 78da28c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _build/update_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin

export PATH=/var/lib/gems/1.8/bin/:$PATH
source /etc/profile.d/rvm.sh

REPO='https://github.com/bitcoin/bitcoin.org.git'
SITEDIR='/bitcoin.org/site'
Expand Down
3 changes: 3 additions & 0 deletions _build/update_txpreview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin

source /etc/profile.d/rvm.sh

# Set variables and create temporary directories
LANGS=('ar' 'bg' 'bn' 'ca' 'cs' 'da' 'de' 'el' 'es' 'fa' 'fr' 'hi' 'hr' 'hu' 'id' 'it' 'ja' 'ko' 'lv' 'ml' 'nl' 'no' 'pl' 'pt_BR' 'ro' 'ru' 'sl' 'sr' 'sv' 'tr' 'uk' 'zh_CN' 'zh_TW')
WORKDIR=`mktemp -d`
Expand Down Expand Up @@ -91,6 +93,7 @@ done
# Build website in a child process
(
cd $WORKDIR
bundle install
ENABLED_PLUGINS='alerts redirects releases' make build && touch "$WORKDIR/_builddone" || touch "$WORKDIR/_buildfail"
)&

Expand Down

0 comments on commit 78da28c

Please sign in to comment.