Can be deleted: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:


Furthermore we then would have to move the Windows installer from "InnoSetup" to "Nullsoft Install" as "Innosetup" does not run on Linux.
Furthermore we then would have to move the Windows installer from "InnoSetup" to "Nullsoft Install" as "Innosetup" does not run on Linux.
More links:
[http://stackoverflow.com/questions/7070358/creating-an-installer-via-command-line-through-jenkins-execute-batch-command installer on jenkins]

Revision as of 13:45, 12 November 2011

It would be nice to hace a nightly build of the project (including all the installers) on Jenkins. In this it could also be part to get the po-files from launchpad.

By this, translators could work on a translation online and on the next day get an installer including already their translated items. This would it make easier for translators because then they can see their translations right away.

One option would be copying the po-files once a day to a launchpad-branch and then create a nant-task that copies the content of this branch into /i8n

See here

A nant command to get the po-files from a launchpad branch would be fe. <get src="http://nant.sourceforge.org/" dest="help/index.html" />


Furthermore we then would have to move the Windows installer from "InnoSetup" to "Nullsoft Install" as "Innosetup" does not run on Linux.

More links: installer on jenkins