Hi folks,
there was an error with the trojita-nightly packages -- they were getting rebuilt, but 
using something like two-months-old git snapshot (long story short: asking for 
"rebuild" doesn't trigger a re-run of the _service processing, so it reuses 
cached tarball from the last time, which happened to be around the 0.3.92 release). I've 
just fixed this and the trojita-nightly packages are now following the master branch 
again. Sorry for inconvenience and happy updating.

With kind regards,
Jan

P.S.: Adding a nice version string instead of the unix-timestamp is on the TODO 
list. This apparently requires some obs-service-tar_scm patching.

P.S. 2: For those interested, the OBS API call is implemented like this:

OBS_REQ_RESULT=$(curl --user jkt-git-auto-requestor:secret-password -X POST -H 
"Content-Length:0" -s -S 
'https://api.opensuse.org/source/home:jkt-gentoo:trojita/trojita-nightly/?cmd=runservice')
if [[ "${OBS_REQ_RESULT}" == "<status code=\"ok\" />" ]]; then
       echo " OK."
else
       echo " Error: ${OBS_REQ_RESULT}"
fi

--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/

Reply via email to