Python2 version of the python-damaris frontend
Go to file
2018-04-05 17:25:35 +02:00
debian upgraded python packaging to modern, non-deprecated standards 2018-04-03 17:07:16 +02:00
doc migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
scripts finalized queueing and --clean parameter to recreate the locking 2018-03-23 12:40:05 +01:00
src Add experiment run time/expected experiment runtime (of already queued experiments) and the time of the already finished experiments to the status bar in the gui. 2018-04-05 17:25:35 +02:00
tests preliminary work for queued experiments 2018-03-20 18:16:09 +01:00
.arclint Added .arclint for arcanist linting PEP8 integration 2017-07-04 18:50:31 +02:00
doxygen.conf migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
MANIFEST.in migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
README fixed cmake build for spc kernel driver 2017-02-02 11:30:51 +01:00
setup.py Updated front end version number to 0.15-0 2014-12-15 20:45:44 +00:00



Installing into private directory
=================================

For whatever reason, it might be useful to install the
python frontend into a private directory.
Here are some examples on how to do it:

	python setup.py install --home=/opt/damaris-private
or
	python setup.py install --home=$HOME/devel/damaris-installed

To start Damaris use for example:

	/opt/damaris-private/bin/DAMARIS


Updating debian/changelog
=========================

Subversion
==========

Use the following command to get all the commit messages:

Mac OS X:

svn2cl -i -a --stdout |gsed 's/^\t/  /'|gsed -e '/^[0-9]/d'

Linux:

svn2cl -i -a --stdout |sed 's/^\t/  /'|sed -e '/^[0-9]/d'

Git
===
git log --oneline  .


Then pick the stuff the users need to know.
dch -M -v x.xx