Roundup Tracker - Issues

Message4193

Author hemmecke
Recipients hemmecke, stefan
Date 2010-11-03.23:40:00
Message-id <1288827600.88.0.126057534799.issue2550679@psf.upfronthosting.co.za>
In-reply-to
trunk@4561
python --version
Python 2.6.6

python setup.py sdist
V=1.4.16
ROUNDUPBASE=$HOME/scratch/roundup-tmp
ROUNDUP=$ROUNDUPBASE/local  ## target directory
ROUNDUPSRC=$ROUNDUPBASE/src ## web sources 
mkdir -p $ROUNDUPSRC 
cp dist/roundup-1.4.16.tar.gz $ROUNDUPSRC
cd $ROUNDUPSRC
tar xzvf roundup-$V.tar.gz
cd $ROUNDUPSRC/roundup-$V
python setup.py install --prefix=$ROUNDUP
export PATH=$ROUNDUP/bin:$PATH
TRACKERS=$ROUNDUPBASE/trackers
mkdir -p $TRACKERS
INSTANCE=mytrac
TINSTANCE=$TRACKERS/$INSTANCE
cd $ROUNDUPBASE
$ROUNDUP/bin/roundup-admin -i $TINSTANCE install
<string>:1: DeprecationWarning: the sets module is deprecated

Fix for this DeprecationWarning can be found at
https://github.com/hemmecke/roundup/commit/e1862c8489e0f3d19818a030a0eef5835d56fe9e

https://github.com/hemmecke/roundup/raw/e1862c8489e0f3d19818a030a0eef5835d56fe9e/share/roundup/templates/devel/detectors/nosyreaction.py
History
Date User Action Args
2010-11-03 23:40:00hemmeckesetmessageid: <1288827600.88.0.126057534799.issue2550679@psf.upfronthosting.co.za>
2010-11-03 23:40:00hemmeckesetrecipients: + hemmecke, stefan
2010-11-03 23:40:00hemmeckelinkissue2550679 messages
2010-11-03 23:40:00hemmeckecreate