A couple of weeks ago I published a little blog post about setting up a new #LLVM #Buildbot.
This points out a few changes for actual local development and testing.
Check it out at https://jplehr.de/2025/06/02/testing-and-developing-llvm-buildbots/
@hugovk wow, #Buildbot in action, I love it !
Tried resurrecting it for #OSGeo too but lost that battle: https://trac.osgeo.org/osgeo/ticket/1214
A couple of weeks ago I published a little blog post about setting up a new #LLVM #Buildbot.
This points out a few changes for actual local development and testing.
Check it out at https://jplehr.de/2025/06/02/testing-and-developing-llvm-buildbots/
Автоматизация подписи кода в современных условиях
Подпись кода — это процесс проставления цифровой подписи на программном обеспечении. Цифровая подпись гарантирует пользователю, что программа является неподдельной и что её код не подвергся никаким изменениям в промежутке между созданием программы и выпуском. В старые времена для подписи билдов использовалась подписи GPG , а секретные ключи хранились где-нибудь на флэшке. Потом для приложений Windows появились система Authenticode . Сейчас для опенсорса и проприетарных ОС постепенно внедряются новые методы автоматизации подписи кода.
https://habr.com/ru/companies/globalsign/articles/904926/
#Mozilla #подпись_кода #Windows #Azure_Trusted_Signing #GitHub_Action #EVсертификат #GPG #Authenticode #signcode #Firefox_CI #Buildbot #Taskcluster #Autograph #Hardware_Security_Module #HSM #rcodesign #osslsigncode #MSIX #applecodesign #Apple_Code_Signing
As Chief Development Officer of the MariaDB Foundation, I’ve worked to ensure that our development efforts focus where they matter most. On this final day of 2024, I want to reflect on the significant technical achievements we’ve accomplished and the collaborative processes that made them possible. … Continue reading "What we’ve developed in 2024"
https://jira.atlassian.com/browse/BAM-3175
I am watching this ticket since 2013. Every couple of years I get a notification about some poor soul asking the same question again. And it triggers nostalgic feelings about the world long gone.
If you ever wondered, if Bamboo by #Atlassian is worth anything as a build or ci system, it is not.
That was my first job as a Build Engineer and the best thing I did was that I deployed #Buildbot server and moved our test automation to it.
Also, for some very weird reason, I had to rewrite my #buildbot service unit to so some arbitrary delay before start so it starts correctly, even though it already has a
After=network-online.target
in it. I'm probably missing some other dependency...
Oh! I didn't set `treeStableTimer`.
With so many complications, I think I could write a new blog article about #buildbot