02:29
aakashjain has quit [Remote host closed the connection]
03:33
aakashjain has joined #buildbot
03:37
aakashjain has quit [Ping timeout: 260 seconds]
04:24
aakashjain has joined #buildbot
04:29
aakashjain has quit [Ping timeout: 268 seconds]
07:33
Foxboron has quit [*.net *.split]
07:34
Foxboron has joined #buildbot
08:16
aakashjain has joined #buildbot
08:20
aakashjain has quit [Ping timeout: 260 seconds]
10:25
aakashjain has joined #buildbot
10:30
aakashjain has quit [Ping timeout: 265 seconds]
11:10
aakashjain has joined #buildbot
11:15
aakashjain has quit [Ping timeout: 264 seconds]
11:16
Nanoyaru has joined #buildbot
11:36
Nanoyaru has quit [Quit: Client closed]
11:46
aakashjain has joined #buildbot
11:51
aakashjain has quit [Ping timeout: 260 seconds]
12:20
aakashjain has joined #buildbot
12:25
aakashjain has quit [Ping timeout: 268 seconds]
12:44
wielaard has joined #buildbot
12:53
aakashjain has joined #buildbot
12:58
aakashjain has quit [Ping timeout: 265 seconds]
13:37
aakashjain has joined #buildbot
13:42
aakashjain has quit [Ping timeout: 265 seconds]
13:42
thm has quit [Ping timeout: 260 seconds]
13:56
aakashjain has joined #buildbot
14:15
aakashjain has quit [Remote host closed the connection]
14:15
aakashjain has joined #buildbot
14:37
mjw has quit [Killed (NickServ (GHOST command used by wielaard!~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440))]
14:37
wielaard is now known as mjw
14:38
mark__ has joined #buildbot
15:24
mjw has quit [Ping timeout: 260 seconds]
15:47
mark__ is now known as mjw
16:01
<
JT-Cave >
in steps.GitCommit what is the paths for?
16:03
<
JT-Cave >
fatal: pathspec 'build' did not match any files
16:03
<
JT-Cave >
no clue what to put in there...
16:07
<
JT-Cave >
paths (required) List of path that will be added to the commit.
16:11
<
glogan >
it's looking for a list of files
16:11
<
glogan >
what you'd feed to git add
16:11
<
glogan >
you can also (probably?) feed it wildcards, or renderers
16:13
<
JT-Cave >
so git add first?
16:15
<
JT-Cave >
what is the path relative to?
16:19
aakashjain has quit [Remote host closed the connection]
16:24
<
glogan >
I imagine the gitcommit step is a combined add+commit if it's asking for paths
16:24
<
glogan >
and the path would be relative to the build dir
16:24
<
glogan >
relative to the (required) workdir
16:24
<
JT-Cave >
ah thanks
16:25
<
glogan >
which makes sense since you need to be in the git repo to add files to the git repo :)
16:58
aakashjain has joined #buildbot
19:39
Nanoyaru has joined #buildbot
19:40
<
Nanoyaru >
is it possible to add a step to clone in a different directory?
19:40
<
Nanoyaru >
something like :
19:40
<
Nanoyaru >
```python
19:40
<
Nanoyaru >
factory.addStep(steps.Git(repourl='git://path/to/repo', mode='full',
19:40
<
Nanoyaru >
method='clobber', submodules=True, workdir='builder/proj1'))
19:53
<
glogan >
that should work I think?
20:55
<
Nanoyaru >
perfect thanks
21:11
Nanoyaru has quit [Quit: Client closed]
22:53
<
glogan >
Is there an obvious way to set the UID/GID on a docker latent worker? I've been building host-specific images since i need to be able to set the UID/GID on a per-hostnode basis
22:53
<
glogan >
It looks like docker-py has a way to do it in create_container, but I don't see how to access that from inside buildbot.
23:06
Nanoyaru has joined #buildbot
23:08
<
Nanoyaru >
is there a way to pass project access tokens instead of ssh keys to git clone a private repo on gitlab?
23:20
<
glogan >
Can you pass them as part of a url? I'm working in public code so I'm not used to using PATs
23:23
<
glogan >
Ah yeah, you can. Ok so you want util.Secret
23:23
<
glogan >
That redacts the log
23:36
aakashjain has quit [Remote host closed the connection]
23:36
<
glogan >
You can also do it with an interpolate, which might be better for your use case, but I don't have an example.
23:47
<
Nanoyaru >
amazing, thanks!
23:48
Nanoyaru has quit [Quit: Client closed]
23:49
aakashjain has joined #buildbot
23:49
aakashjain has quit [Remote host closed the connection]
23:58
aakashjain has joined #buildbot