PDA

View Full Version : ShowEQ Update Script



ikanatto
11-10-2003, 11:28 PM
I am sorry for the post, normally I am good at searching however tonight I get:

Sorry, this Module isn't active!

---

I saw a post a few months back that had a script that someone wrote that connected to cvs with blank password (so you did not have to press enter) then downloaded any changes and recompiled ShowEQ. If for some reason it was not able to connect to CVS to and get the update it would reconnect after 30 sec and try again until it was able to update.

Stupidly I did not book mark the message or copy the script.

This is what I have so far for my update script; any help would be most appreciated.

---

cd /seq/showeq
make distclean
cvs -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 update
cvs -d:pserver:[email protected]:/cvsroot/seq logout
export CC=gcc3
export CXX=g++3
export QTDIR=/usr/lib/qt-3.0.5
make -f Makefile.dist
./configure
make
make install
cd /usr/local/share/showeq/
wget --passive ftp http://www27.brinkster.com/blueadept/filters/zonefilters.zip
unzip -o zonefilters.zip

---

Thank You for all the hard work on ShowEQ and the years of dedication!

Ika-Natto

BlueAdept
11-11-2003, 08:45 AM
well first off, that is my old site and doesnt work anymore.