From 2ca8e325cf6f4c3af567949ed7ab1db9cc8b669d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 6 Feb 2023 19:58:03 +0900 Subject: [PATCH] Update notes, version 4 of notes --- notes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes b/notes index 285676b..03ebf51 100644 --- a/notes +++ b/notes @@ -1,4 +1,4 @@ -Notes Version 3 +Notes Version 4 Use a "config.toml" to specify repos to pull and build from. Will probably have entries like: @@ -24,7 +24,7 @@ username = "someone_else" password_hash = "..." password_salt = "..." otp_secret = "..." -permissions = ["create_user", "create_admin", "add_project", "remove_project", "view_project"] +permissions = ["create_user", "create_admin", "add_project", "remove_project", "view_project", "approve_deny_build"] The project should have a "/.simple_ci/" at HEAD. There should be a "/.simple_ci/build.toml" with entries like: