Skip to content

Commit

Permalink
Disabled the "Publican ZIP" build temporarily as it has incorrect par…
Browse files Browse the repository at this point in the history
…ams and causes builds to take too long.
  • Loading branch information
Lee Newson committed Jan 30, 2014
1 parent 7445006 commit 163220a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build_books.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,17 @@ do

cp publican.log /var/www/html/${BUILD_LANG}/${CSPID}/remarks

# Build the publican zip file without editor links
DATE_MARKER=$(date '+%Y-%m-%dT%k:%M:%S.000%z')
BOOK_FILE_NAME="${PUBLICAN_BOOK_ZIPS_COMPLETE}/${BUILD_LANG}/${CSPID} ${DATE_MARKER}.zip"

if [ -f "${BOOK_FILE_NAME}" ]
then
rm -rf "${BOOK_FILE_NAME}"
fi

echo "csprocessor build --lang ${BUILD_LANG} --output "${BOOK_FILE_NAME}" ${CSPID} >> build.log"
csprocessor build --lang ${BUILD_LANG} --output "${BOOK_FILE_NAME}" ${CSPID} >> build.log
# # Build the publican zip file without editor links
# DATE_MARKER=$(date '+%Y-%m-%dT%k:%M:%S.000%z')
# BOOK_FILE_NAME="${PUBLICAN_BOOK_ZIPS_COMPLETE}/${BUILD_LANG}/${CSPID} ${DATE_MARKER}.zip"
#
# if [ -f "${BOOK_FILE_NAME}" ]
# then
# rm -rf "${BOOK_FILE_NAME}"
# fi
#
# echo "csprocessor build --lang ${BUILD_LANG} --output "${BOOK_FILE_NAME}" ${CSPID} >> build.log"
# csprocessor build --lang ${BUILD_LANG} --output "${BOOK_FILE_NAME}" ${CSPID} >> build.log

fi

Expand Down

0 comments on commit 163220a

Please sign in to comment.