@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

#1214 (Resurrect buildbot) – OSGeo

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/

#software #development

Testing And Developing LLVM Buildbots – jplehr.de

Автоматизация подписи кода в современных условиях

Подпись кода — это процесс проставления цифровой подписи на программном обеспечении. Цифровая подпись гарантирует пользователю, что программа является неподдельной и что её код не подвергся никаким изменениям в промежутке между созданием программы и выпуском. В старые времена для подписи билдов использовалась подписи 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

Автоматизация подписи кода в современных условиях

Подпись кода — это процесс проставления цифровой подписи на программном обеспечении. Цифровая подпись гарантирует пользователю, что программа является неподдельной и что её код не подвергся никаким...

Хабр
What we’ve developed in 2024 - MariaDB.org

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"

MariaDB.org
#buildbot release 420
most calmest release ever? 🌿🥦🌳
err … i mean … release 4.2.0
https://github.com/buildbot/buildbot/releases/tag/v4.2.0
Release v4.2.0 · buildbot/buildbot

Bug fixes Fixed an Access is denied error on Windows when calling AssignProcessToJobObject (#8162). Improved new build prioritization when many builds arrive at similar time. Fixed copydb script w...

GitHub

“There is only one thing in the world worse than being talked about, and that is not being talked about.”

Reddit loves to hate on Jenkins, but they don't even talk about Buildbot. I'm not the last one running it am I? #buildbot #cicd

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.

Loading...

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...

Also, you shouldn't simply change the repo URL in #buildbot, this will break things

Oh! I didn't set `treeStableTimer`.

With so many complications, I think I could write a new blog article about #buildbot