{5} Assigned, Active Tickets by Owner (Full Description) (12 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

BrainDamage (1 match)

Ticket Summary Component Milestone Type Created
Description
#217 automatic crash report for lobby crashes program general 0.2 improved functionality todo 09/23/07

koshi (8 matches)

Ticket Summary Component Milestone Type Created
Description
#570 trac search is broken site Infrastructure Improvements bug 08/19/08

Trac search gives the following error message when searching for anything and the doxygen checkbox is ticked and at least one other checkbox (tickets or wiki) is ticked too:

Trac detected an internal error: 
TypeError: can't compare datetime.datetime to int

It does not occur when searching with only doxygen ticked.

Because all checkboxes are ticked by default, it does occur with the search button in the titlebar.


#261 replay support program general 0.2 improved functionality todo 11/18/07

Just listing replays and launch with Spring


#356 buildslave volunteers list yourself here (esp. Mac OSX) build and packaging Infrastructure Improvements todo 01/11/08

How to setup a buildslave:

Make sure every step succeeds for you in the guides below. If any step fails, ask me (semi) to help.

cd /tmp
git-clone git://springlobby.info/git/semi/springlobby.git
cd springlobby
autogen.sh
mkdir build
cd build
../configure
make

The above is very near what the buildbot will do, so make sure it succeeds manually first, to make troubleshooting easier later.

If you are on debian or ubuntu, do apt-get install buildbot. This takes care of the following tasks:

  • install dependencies of buildbot
  • create buildbot user (buildbot)
  • create buildbot home dir (/var/lib/buildbot)
  • create configuration file for the startup scripts (/etc/default/buildbot)
  • create the startup scripts (/etc/init.d/buildbot)

If you are on some other distro, ask for help.

Even if you apt-get installed buildbot, you must continue with:

cd /tmp
wget http://downloads.sourceforge.net/buildbot/buildbot-0.7.6.tar.gz
tar xzf buildbot-0.7.6.tar.gz
wget http://buildbot.net/trac/attachment/ticket/130/better-support-for-git.patch?format=raw -O better-support-for-git.patch
cd buildbot-0.7.6
git-apply ../better-support-for-git.patch
PYTHONPATH=. trial buildbot.test
sudo python ./setup.py install
  • initialize buildslave (you need to contact me for SLAVENAME and PASSWORD)
sudo -u buildbot mkdir /var/lib/buildbot/slaves
sudo -u buildbot buildbot create-slave /var/lib/buildbot/slaves/springlobby springlobby.info:9989 SLAVENAME PASSWORD

Edit the following files:

BASEDIR/info/admin should contain your name and email address. This is the “buildslave admin address”, and will be visible from the build status page (so you may wish to munge it a bit if address-harvesting spambots are a concern).

BASEDIR/info/host should be filled with a brief description of the host: OS, version, memory size, CPU speed, versions of relevant libraries installed (wxWidgets), and finally the version of the buildbot code which is running the buildslave.

Add this to /etc/default/buildbot (if you are on something else than debian or ubuntu, ask for help)

BB_NUMBER[1]=1
BB_NAME[1]="springlobby buildslave"
BB_USER[1]="buildbot"
BB_BASEDIR[1]="/var/lib/buildbot/slaves/springlobby"
BB_OPTIONS[1]=""
BB_PREFIXCMD[1]="nice"

And finally run:

sudo /etc/init.d/buildbot start

Then go visit http://buildbot.springlobby.info:8010/buildslaves to see that your slave connected.

If you could build multiple versions of wx widgets, that would help even more, so I can run the full test suite on your slave:

sudo apt-get install mingw32
cd /tmp
wget http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.7.tar.gz
tar xzf wxWidgets-2.8.7.tar.gz

cd wxWidgets-2.8.7
mkdir build-mingw build-linux
cd build-mingw
../configure --enable-unicode --prefix=/var/lib/buildbot/lib/mingw/wx/2.8 --host=i586-mingw32msvc --build=i586-linux
make
sudo -u buildbot make install
cd ..

cd build-linux
../configure --enable-unicode --prefix=/var/lib/buildbot/lib/linux/wx/2.8
make
sudo -u buildbot make install

cd /tmp
wget http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.6.4.tar.gz
tar xzf wxWidgets-2.6.4.tar.gz
cd wxWidgets-2.6.4
mkdir build-linux
cd build-linux
../configure --enable-unicode --prefix=/var/lib/buildbot/lib/linux/wx/2.6
make
sudo -u buildbot make install

#524 add popup window to upload files to the torrent system user interface 0.1 basic functionality todo 06/16/08

get the whole map & mod local list using unitsync.

for each file call the function in torrentwrapper IsFileInSystem? and don't add to the list if the file is already present in system

user will select (and or fileter some files locally) and be able to upload them to the system

use the function CreateTorrent? in the torrent wrapper to upload the files


#222 add a line where the last chat line was when losing focus user interface 0.3 convert most tasclient users feature 09/24/07

[21:39:49] <IaMaCuP> you know what i would really like to see [21:39:54] <IaMaCuP> my IRC client does it [21:40:09] <IaMaCuP> when i look back at a channel after not having it in focus it draws a line over where i last was [21:40:16] <IaMaCuP> so i know where to start reading from again


#351 adding profiles to SpringSettings springsettings/settings++ 0.2 improved functionality feature 01/08/08

#352 autoenable/disable unsupported features in springsettings springsettings/settings++ 0.3 convert most tasclient users feature 01/08/08

#422 Add support for defining color depth springsettings/settings++ 0.2 improved functionality feature 02/16/08

Since spring rev5509 it is possible to specify the colordepth spring uses through the config variable "BitsPerPixel?"

Possible values are:
32 - 32 bits per pixel (alpha-channel enabled)
16 - 16 bits per pixel (alpha-channel disabled)
0 - defalt behaviour: same like desktop, but without alpha channel (means 24 bit if desktop is 32bit, and 16 bit if desktop is 16bit)

Before this revision, spring always behaves like 0.


semi (3 matches)

Ticket Summary Component Milestone Type Created
Description
#115 check wx-config-2.6 if wx-config fails build and packaging Infrastructure Improvements bug 08/17/07

I wonder if it really is so common procedure. At least used in gentoo.


#333 need hosting for springlobby.info, at least 10GB space, good net, and full root access site Infrastructure Improvements todo 12/30/07

I'd prefer a virtual host that I can do anything with. No root = can't use. Can't break it at will = can't use.


#330 add DEBUG useflag to ebuild build and packaging Infrastructure Improvements todo 12/30/07

Note: See TracReports for help on using and creating reports.