push.sh: Comment out rst2html output.

pull/17/head
Jesus Alvarez 11 years ago
parent e258195835
commit 559f917415
  1. 16
      push.sh

@ -5,15 +5,17 @@
# the archzfs package documentation. # the archzfs package documentation.
# #
source "lib.sh" source ./lib.sh
source "conf.sh" source ./conf.sh
msg "Pushing the package sources to AUR..." msg "Pushing the package sources to AUR..."
FILES=$(find . -iname "*${ZOL_VERSION}_${LINUX_VERSION}-$PKGREL*.src.tar.gz")
FILES=$(find . -iname "*${AZB_ZOL_VERSION}_${AZB_LINUX_VERSION}-$AZB_PKGREL*.src.tar.gz")
burp -c modules $FILES -v burp -c modules $FILES -v
# Build the documentation and push it to the remote host # Build the documentation and push it to the remote host
msg "Building the documentation..." # msg "Building the documentation..."
rst2html2 web_archzfs.rst > /tmp/archzfs_index.html # rst2html2 web_archzfs.rst > /tmp/archzfs_index.html
msg2 "Pushing the documentation to the remote host..." # msg2 "Pushing the documentation to the remote host..."
scp /tmp/archzfs_index.html $REMOTE_LOGIN:webapps/default/archzfs/index.html # scp /tmp/archzfs_index.html $REMOTE_LOGIN:webapps/default/archzfs/index.html

Loading…
Cancel
Save