Skip to content

Commit

Permalink
Setup a better ws/ dir
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@11051 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Oct 18, 2010
1 parent 965b233 commit 6d8c00d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ src/plugins/mediawiki/mediawiki-skin/FusionForge.php:

%: src/plugins/mediawiki/mediawiki-skin/FusionForge.php
$(MAKE) -f Makefile.$(DIST) $@

wslink:
@[ -d ~/public_html ] || mkdir ~/public_html
@[ -L ~/public_html/ws ] || ln -s $(CURDIR) ~/public_html/ws
2 changes: 0 additions & 2 deletions Makefile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -459,5 +459,3 @@ gnupgkey:
echo '%echo done' >> $(BOTKEY)
[ -d ~/.gnupg ] || gpg --batch --gen-key $(BOTKEY)

wslink:
rm -f /var/www/ws; ln -s $(CURDIR) /var/www/ws
5 changes: 3 additions & 2 deletions tests/scripts/fusionforge-build-and-test-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ then
export VZTEMPLATE=debian-$DEBVERS-$ARCH-minimal
export VZPRIVATEDIR
export DIST
export SELENIUM_RC_URL=http://`hostname -f`/ws/reports
export FFORGE_DEB_REPO=http://`hostname -f`/ws/build/debian
export BASEDIR=${BASEDIR:-/`id -un`/ws}
export SELENIUM_RC_URL=http://`hostname -f`$BASEDIR/reports
export FFORGE_DEB_REPO=http://`hostname -f`$BASEDIR/build/debian
export HOST=debian6.local
export SELENIUM_RC_HOST=localhost
export USEVZCTL=true
Expand Down

0 comments on commit 6d8c00d

Please sign in to comment.