
I just received word that NumPy has a license to use TeamCity and YouTrack for NumPy development. YouTrack is a really nice issue tracker: http://www.jetbrains.com/youtrack/ TeamCity is a really nice Continuous Integration system: http://www.jetbrains.com/teamcity/ I'm planning to set this up to try out. Is anyone interested in helping out? Thanks, -Travis

Travis Oliphant <teoliphant <at> gmail.com> writes:
I just received word that NumPy has a license to use TeamCity and YouTrack
for NumPy development.
YouTrack is a really nice issue tracker: http://www.jetbrains.com/youtrack/
TeamCity is a really nice Continuous Integration system: http:// www.jetbrains.com/teamcity/
ShiningPanda's hosted Jenkins service was mentioned in a previous thread ("Issue Tracking"; http://thread.gmane.org/ gmane.comp.python.numeric.general/47965), along with the limitation that it supports only Debian 6. I emailed ShiningPanda asking for some more information about using the service with a bigger range of hardware/platforms, in case it helps for comparison with TeamCity. From the ShiningPanda team (with permission): " It is possible to install a Jenkins server on external hardware, run the tests there, and bring back the results on the hosted instance of ShiningPanda. It is very easy to do using this plugin: https://wiki.jenkins-ci.org/display/JENKINS/ Build+Publisher+Plugin. [On the external hardware you] will need to install a Jenkins server, it's not much work. Besides Jenkins is quite self-contained so you could easily pre- configure one and distribute it. But it will need a JVM, which could be a problem. It is not in Shining Panda documentation yet. [...] The current gentleman agreement for this feature is: if you cannot build it on ShiningPanda, then you can build it outside. It will most certainly make it to our ToS at some point. We are adding support for Windows 7: it should be available next month. At first it will be a free beta, then it will become a paid option: around $0.60 ~ $0.70 per hour of build. MacOS X should follow later this year. " Chris

On Tue, Feb 28, 2012 at 8:12 PM, Travis Oliphant <teoliphant@gmail.com>wrote:
I just received word that NumPy has a license to use TeamCity and YouTrack for NumPy development.
YouTrack is a really nice issue tracker: http://www.jetbrains.com/youtrack/
TeamCity is a really nice Continuous Integration system: http://www.jetbrains.com/teamcity/
I'm planning to set this up to try out. Is anyone interested in helping out?
I'm certainly interested to try it out. I can help with the converter script too if needed. Looks pretty simple, there's something to start from at http://www.jetbrains.com/youtrack/features/import.html. How about just putting it in a new github repo so everyone can see/review the mapping between Trac and YouTrack fields? We should probably create a basic export from YouTrack script at the same time, to make sure there's no lock-in. Ralf

28.02.2012 22:11, Ralf Gommers kirjoitti: [clip]
How about just putting it in a new github repo so everyone can see/review the mapping between Trac and YouTrack fields?
We should probably create a basic export from YouTrack script at the same time, to make sure there's no lock-in.
Keeping the conversion script in the public sounds good. We could perhaps also consider applying hosting for the Scipy tracker, too. -- Pauli Virtanen
participants (4)
-
Chris Ball
-
Pauli Virtanen
-
Ralf Gommers
-
Travis Oliphant