Skip to content

Commit

Permalink
small tweaks, and update relative to buildsite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gstein committed Jul 11, 2023
1 parent a5a02df commit 4943262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtest/compare.sh
Expand Up @@ -6,7 +6,7 @@
#

invoked=`dirname $0`
absdir=`cd $invoked ; pwd`
absdir=`realpath $invoked`
bindir=`dirname $absdir`/bin
#echo $bindir

Expand All @@ -24,10 +24,10 @@ cd $source
git checkout $branch

# Now build the site into /tmp/$project/
$bindir/buildsite.py --project $project --source $source --sourcebranch $branch
$bindir/buildsite.py git --project $project --source $source --sourcebranch $branch || exit 1

# Switch to what the current/prior website looks like
git checkout asf-site

# Give a quick summary of old/new site
diff -rq output /tmp/$project/build/output
diff -rq output /tmp/$project/source/output

0 comments on commit 4943262

Please sign in to comment.