From 581b3b22a6c46dffea3e09338478adae19a0b40e Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 14 Jun 2016 23:10:27 +0200 Subject: [PATCH] [enh] create folders for apps lists and scripts helpers. --- README.md | 2 +- community.json => apps_lists/community.json | 0 official.json => apps_lists/official.json | 0 add_or_update.py => scripts_helpers/add_or_update.py | 0 .../get_packager_email_addresses.sh | 0 list_builder.py => scripts_helpers/list_builder.py | 0 should_i_rebuild.sh => scripts_helpers/should_i_rebuild.sh | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename community.json => apps_lists/community.json (100%) rename official.json => apps_lists/official.json (100%) rename add_or_update.py => scripts_helpers/add_or_update.py (100%) rename get_packager_email_addresses.sh => scripts_helpers/get_packager_email_addresses.sh (100%) rename list_builder.py => scripts_helpers/list_builder.py (100%) rename should_i_rebuild.sh => scripts_helpers/should_i_rebuild.sh (100%) diff --git a/README.md b/README.md index 8f7a233b..c0c4ca47 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ your app from one of the 2 json files. Usage: ```bash -./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]] +./scripts_helpers/add_or_update.py apps_lists/{community.json, official.json} [github url [github url [github url ...]]] ``` #### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps) diff --git a/community.json b/apps_lists/community.json similarity index 100% rename from community.json rename to apps_lists/community.json diff --git a/official.json b/apps_lists/official.json similarity index 100% rename from official.json rename to apps_lists/official.json diff --git a/add_or_update.py b/scripts_helpers/add_or_update.py similarity index 100% rename from add_or_update.py rename to scripts_helpers/add_or_update.py diff --git a/get_packager_email_addresses.sh b/scripts_helpers/get_packager_email_addresses.sh similarity index 100% rename from get_packager_email_addresses.sh rename to scripts_helpers/get_packager_email_addresses.sh diff --git a/list_builder.py b/scripts_helpers/list_builder.py similarity index 100% rename from list_builder.py rename to scripts_helpers/list_builder.py diff --git a/should_i_rebuild.sh b/scripts_helpers/should_i_rebuild.sh similarity index 100% rename from should_i_rebuild.sh rename to scripts_helpers/should_i_rebuild.sh