Can be deleted: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
It would be nice to hace a nightly build of the project (including all the installers) on Jenkins.
can be deleted
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 [http://blog.launchpad.net/general/exporting-translations-to-a-bazaar-branch 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:
[http://stackoverflow.com/questions/7070358/creating-an-installer-via-command-line-through-jenkins-execute-batch-command installer on jenkins]

Latest revision as of 03:07, 9 August 2012

can be deleted