Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Updating genwebsites to new site layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tav committed Jul 5, 2009
1 parent a24d4a6 commit 4a9d3f9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions genwebsites.sh
Expand Up @@ -35,9 +35,9 @@ _gen_website() {
echo "Error pulling from GitHub for: $SOURCE_PATH"
return 1
fi
if [ ! "A$CURDATE" = "A${OLDDATE%\n}" ]; then
# if [ ! "A$CURDATE" = "A${OLDDATE%\n}" ]; then
yatiblog $SOURCE_PATH --authors=$AUTHORS --clean
fi
# fi
if [ "None$3" = "None" ]; then
yatiblog $SOURCE_PATH --authors=$AUTHORS
else
Expand All @@ -51,9 +51,11 @@ _gen_website() {
}

_gen_website "$SILO_ROOT_DIRECTORY/blog" "tav.espians.com"
_gen_website "$SILO_ROOT_DIRECTORY/sofia-blog" "blog.turnupthecourage.com"
_gen_website "$SILO_ROOT_DIRECTORY/beyondthecrunch" "www.beyondthecrunch.com"
_gen_website "$PLEXNET_ROOT/documentation" "www.plexnet.org" "plexnet"
_gen_website "$SILO_ROOT_DIRECTORY/sofia-blog" "www.turnupthecourage.com"
_gen_website "$PLEXNET_ROOT/documentation/espians" "www.espians.com"

# _gen_website "$SILO_ROOT_DIRECTORY/beyondthecrunch" "www.beyondthecrunch.com"
# _gen_website "$PLEXNET_ROOT/documentation" "www.plexnet.org" "plexnet"

cd $WWW_DIRECTORY/release.plexnet.org/htdocs
git pull origin master
Expand Down

0 comments on commit 4a9d3f9

Please sign in to comment.