Having just read http://musescore.org/fr/developers-handbook/references/development-infrastructure …… I'm in charge of uploadinq Linux (ubuntu 12.10 64) nightlies, which is semi automated. My computer, when on service, ask git for the last version, and, if new, compile this version.
The next lines are : ftp -n prereleases.musescore.org <<END_SCRIPT quote USER robertleleu@lebonendroit quote PASS lebonmotdepasse put ../historique/$nom.tar.bz2 $nom.tar.bz2 quit END_SCRIPT firefox --display=:0 -new-window http://prereleases.musescore.org/linux/nightly/ but the upload always stop short of the end... so for the time the ftp line is commented, and when I see the firefox windows opened by the last one, I upload using gftp Could someone improve my script ? Thanks -- View this message in context: http://dev-list.musescore.org/Towards-fully-automated-Linux-nightlies-tp7578082.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
