Richard Heck wrote: > > From our side only one change in release process is needed - > > creating torrent and putting on ftp next to other binaries (and .sig > > file for security purpose). And perhaps one section in on Download > > page, I'll take care of this one. > > > > Richard(/Scott?) would it be doable for you to just add this one step > > on top of what you currently do while releasing? > > No problem for me, but I'd need instructions.
These lines would do after you receive the binary bundle and put it on correct place of your local ftp tree: FTP_PATH=your_local_dir_to_ftp_tree PATH_TO_BUNDLE=path_from_top_of_ftp_tree BUNDLE=name_of_bundle cd $FTP_PATH ~/path_to_your_lyx_tree/development/tools/create_torrent ${PATH_TO_BUNDLE}/${BUNDLE} mv ${BUNDLE}.torrent ${PATH_TO_BUNDLE} cd $PATH_TO_BUNDLE gpg -b --armor $BUNDLE #or whatever you use to sign the files, not absolutely necessary though, ppl should check the final donloaded bundle anyway rsync ... #upload to real ftp Pavel