From 15c8b4016729f7f0f88a95bbee69c0377d4f74cc Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:35:54 +0200 Subject: [PATCH 1/3] update readme Signed-off-by: Christian Richter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e985e68..5bf1bd7 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ MIT see [LICENSE](https://github.com/dragonchaser/matrix-feeder/blob/master/LICE ## Run ``` -docker build . -t local/weirdradio:latest -docker run -it \ +$> docker build . -t local/weirdradio:latest +$> docker run -it \ -p8090:8090 \ -p8080:8080 \ -v $(pwd)/config:/weirdradio/config \ -- 2.49.1 From 579c4fc618ebd99537714c111b109d0fa14ac5e1 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:38:43 +0200 Subject: [PATCH 2/3] fix wrong branches Signed-off-by: Christian Richter --- .drone.star | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index 6b9de96..e7628c8 100644 --- a/.drone.star +++ b/.drone.star @@ -2,8 +2,8 @@ def main(ctx): return [ stepPR("amd64", "weirdradio"), stepPR("arm64", "weirdradio"), - stepMergeMaster("amd64", "weirdradio"), - stepMergeMaster("arm64", "weirdradio"), + stepMergeMain("amd64", "weirdradio"), + stepMergeMain("arm64", "weirdradio"), stepBuildWeekly("amd64", "weirdradio"), stepBuildWeekly("arm64", "weirdradio"), @@ -51,7 +51,7 @@ def notify(ctx): ], "trigger": { "ref": [ - "refs/heads/master", + "refs/heads/main", "refs/heads/release*", "refs/tags/**", "refs/pull/**", @@ -95,7 +95,7 @@ def stepPR(arch, path): }, } -def stepMergeMaster(arch, path): +def stepMergeMain(arch, path): return { "kind": "pipeline", "type": "docker", @@ -124,7 +124,7 @@ def stepMergeMaster(arch, path): ], "trigger": { "ref": [ - "refs/heads/master", + "refs/heads/main", ], "status": [ "success", @@ -162,7 +162,7 @@ def stepBuildWeekly(arch, path): ], "trigger": { "ref": [ - "refs/heads/master", + "refs/heads/main", ], "event": [ "cron" -- 2.49.1 From c26ce0398b34cb3bf3de50e9c9db06a22aac3dd6 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:39:54 +0200 Subject: [PATCH 3/3] fix broken badge Signed-off-by: Christian Richter --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bf1bd7..16bf643 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![Build Status](https://drone.services.datenschmutz.space/api/badges/dragonchaser/weirdradio/status.svg)](https://drone.services.datenschmutz.space/dr - +[![Build Status](https://drone.services.datenschmutz.space/api/badges/dragonchaser/weirdradio/status.svg)](https://drone.services.datenschmutz.space/dragonchaser/weirdradio) # Weirdradio Weirdradio is a matrix bot that will queue youtube videos into a webfrontend for listening. -- 2.49.1