From 3f8a03e8851a49d0c7a890d345bd8f17ca990552 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 20 Mar 2020 18:36:53 +0100 Subject: [PATCH 1/2] Read credentials from .github_credentials instead of having to provide them through arguments --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9990957..bad46e6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ # builded *-build.json + +.github_credentials From bdd14d0fddc091d6bf70d2e101a997f830baf3bb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 5 Apr 2020 02:54:24 +0200 Subject: [PATCH 2/2] Rewrite list_builder to use a local git clone cache and simpler logic --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bad46e6..12dfc78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -# temp files *.swp *~ -# builded -*-build.json - -.github_credentials +.apps_cache +builds