F-Droid Devs

174 Members
#fdroid-dev F-Droid development discussion only | Use #fdroid:f-droid.org for general, app- and repo-related matters | Meeting every Thursday, odd weeks 11:30 UTC even weeks 18:00 UTC | Agenda: https://pad.riseup.net/p/fdroid-dev-meetings-keep | This channel is publicly logged at https://matrix.f-droid.org/alias/%23fdroid-dev:f-droid.org31 Servers

Load older messages


SenderMessageTime
3 Dec 2021
@proletarius101:matrix.orgproletarius101 _hc: 15:28:10
@proletarius101:matrix.orgproletarius101the 4. could also be, you need to docker run the image directly15:28:43
@eighthave:matrix.org_hcI need an image that is ready to go, then the container is used for one build, then thrown away15:28:49
@eighthave:matrix.org_hclike gitlab ci15:29:04
@proletarius101:matrix.orgproletarius101 yeah so vagrant provisioning is done before the docker commit? 15:29:40
@proletarius101:matrix.orgproletarius101that makes a difference15:29:55
@proletarius101:matrix.orgproletarius101 * yeah so vagrant provisioning is done before the docker commit? _hc 15:30:04
@proletarius101:matrix.orgproletarius101
In reply to @proletarius101:matrix.org

let me guess the process

  1. docker build with buildserver/Dockerfile
  2. vagrant attaches to the container created with the image, and runs the provisioning script
  3. the container stops, and is saved to a new image
  4. you need to attach to the container and run /bin/bash when doing fdroid build
if it's like this, you can always override the entrypoint when runing the image, by docker run --entrypoint="/bin/bash", which is what gitlab does
15:31:29
@j.r:chaos.jetztj.r proletarius101: CMD ["/usr/sbin/sshd", "-D"] does not define an entry point.... so you should even be able to do docker run /bin/bash 15:34:43
@j.r:chaos.jetztj.rAnd thereby you should overwrite the CMD option at runtime with bash15:35:05
@proletarius101:matrix.orgproletarius101
In reply to @j.r:chaos.jetzt
proletarius101: CMD ["/usr/sbin/sshd", "-D"] does not define an entry point.... so you should even be able to do docker run /bin/bash
yeah, true
15:35:33
@eighthave:matrix.org_hc

all fine and good, but I want this to be the default in the image. This seems to work:

FROM fdroid:buildserver_default_1638530143
CMD ["/bin/bash"]
15:40:28
@j.r:chaos.jetztj.r
In reply to @eighthave:matrix.org

all fine and good, but I want this to be the default in the image. This seems to work:

FROM fdroid:buildserver_default_1638530143
CMD ["/bin/bash"]
Yeah then this sounds like the way to go
15:40:59
@_oftc_koalapear:matrix.orgkoalapear joined the room.16:13:00
@_oftc_koalapear:matrix.orgkoalapear left the room.16:31:55
4 Dec 2021
@uniq:matrix.orgmichael
In reply to @j.r:chaos.jetzt
michael: btw how does the virtual booth work? Does F-Droid get it's own part of the world?
yes
12:37:48
5 Dec 2021
@proletarius101:matrix.orgproletarius101Can someone who have permission to merge https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1021 look into this? it's not a giant but it improves the UX much04:57:24
@_oftc_mimi89999:matrix.orgmimi89999 left the room.05:35:22
@_oftc_mimi89999:matrix.orgmimi89999 joined the room.05:35:52
@_oftc_IzzyOnDroid:matrix.orgIzzyOnDroid joined the room.15:09:24
@_oftc_koalapear:matrix.orgkoalapear joined the room.15:25:54
@uniq:matrix.orgmichael
In reply to @proletarius101:matrix.org
Can someone who have permission to merge https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1021 look into this? it's not a giant but it improves the UX much
I like how the screenshots look. However this is not a tiny change, it's several changes in one merge request.
16:05:38
@proletarius101:matrix.orgproletarius101
In reply to @uniq:matrix.org
I like how the screenshots look. However this is not a tiny change, it's several changes in one merge request.
Well, the design of one page is naturally combined
16:25:56
@proletarius101:matrix.orgproletarius101Codewise it only changes the hierarchy of elements and fits them into the material design framework. Actual redesign could only happen afterwards17:41:08
@_oftc_koalapear:matrix.orgkoalapear left the room.21:01:17
@_oftc_koalapear:matrix.orgkoalapear joined the room.21:01:49
6 Dec 2021
@_oftc_koalapear:matrix.orgkoalapear left the room.01:17:50
@_oftc_mimi89999:matrix.orgmimi89999 left the room.05:20:40
@_oftc_mimi89999:matrix.orgmimi89999 joined the room.05:21:24
@j.r:chaos.jetztj.rHi, is it possible that listing multiple ndks to be installed currently does not work?17:45:18

Show newer messages


Back to Room ListRoom Version: 6