Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 06:36:53 +00:00
618921d21f minor changes
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 06:12:14 +00:00
e23582d3f5 Add subtitles
PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-24 04:03:50 +00:00
Added parent hook and some renderer

This repo is a kind of plugin, or module. It's not a full configuration for a buildbot instance. For deployment, you edit the instance configuration and include this module.

PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 02:35:01 +00:00
c852512ec9 Add index.html
PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-24 02:30:55 +00:00
Added parent hook and some renderer

Yes something like that, but it should be only the buildbot-specific stuff and not the whole existing Dockerfile

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-24 02:29:37 +00:00
Added parent hook and some renderer

Yes but we don't need to do this in this project. The master.cfg would look something like this:

parent = util.BuildFactory()
parent.addStep(steps.GitHub(
   …
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 02:21:46 +00:00
13f5faa906 Embed videos
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 02:13:31 +00:00
6651076590 Add subtitles
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-24 02:02:31 +00:00
7a70f4b442 Part 3 video
PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-23 13:57:16 +00:00
7aa1ea560f Part 3 video
PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 12:33:41 +00:00
Added parent hook and some renderer

There should be additional code for modifying the dockerfile. At the very least, it needs to install buildbot-worker and its dependencies, setup the default worker and run it in entrypoint. At the moment we can assume "apt", but in the future it should be able to detect the distro and adjust commands based on that.

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 12:33:41 +00:00
Added parent hook and some renderer

I realised a problem. The code needs to be split between master and worker parts. Master code doesn't see the directories and files, and worker code doesn't have access to properties.

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 12:33:41 +00:00
Added parent hook and some renderer

I think something more like the brew_package_steps from the config repo. One for adding steps for the parent BuildFactory, one for the children.

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 12:33:41 +00:00
Added parent hook and some renderer

the "old" renderers (above) I would leave out of here and just keep them in the config repo. They aren't really related to this project.

PeterSurda suggested changes for Bitmessage/buildbot_multibuild#1 2021-12-23 12:33:41 +00:00
Added parent hook and some renderer
PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 11:02:28 +00:00
Added parent hook and some renderer

Something like

c['buildbotURL'].'/change_hook/base'

the buildbotURL could be passed as an argument to trigger_child_hooks.

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 10:58:38 +00:00
Added parent hook and some renderer

yes. I think for an MVP we only need repository and branch, maybe revision. For later, probably owner and owners (the way I have it setup now, it would allow people to re-run jobs for their…

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 10:54:54 +00:00
Added parent hook and some renderer

multibuild.py will have to be loaded from the buildbot config, just like now it's importing lib/wine.py, for example. But it can be made into a separate pip module, for example, so it can be…

PeterSurda commented on pull request Bitmessage/buildbot_multibuild#1 2021-12-23 10:52:00 +00:00
Added parent hook and some renderer

I think it's fixed at /change_hook/base

PeterSurda pushed to master at PeterSurda/Bitcoin_educational_videos 2021-12-23 10:45:21 +00:00
212ce3c88d Make music quieter in Part 1