From 78b0f246af03e56a4a8c244c7f2dde574d0ee250 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 09:03:00 -0300 Subject: Adapt tools scripts for pfSense main repo (round #1): - Move SCRATCHDIR to ./tmp and add it to .gitignore - Move logs to ./logs and add it to .gitignore - Add build.conf to .gitignore - Rename BUILDER_TOOLS to BUILDER_ROOT that makes more sense in new infrastructure - Change some (cd DIR && git) to git -C DIR - Remove BASE_DIR - Remove TOOLS_DIR - Remove update_product_repository() - Remove TOOLS_*_COMMIT variables - Rename PRODUCT_CURRENT_COMMIT and PRODUCT_LAST_COMMIT to simply CURRENT_COMMIT and LAST_COMMIT - Remove all use of GIT_REPO_DIR, GIT_REPO_UTL and GIT_REPO_TOOLS - Change clone_to_staging_area() to clone ./src instad of ./ - Detect if script was called from / or /tools and set BUILDER_ROOT and BUILDER_SCRIPTS properly - Create SCRATCHDIR if it doesn't exist --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b2fe03..267142b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .DS_Store _notes/ +/tmp/ +/logs/ +/build.conf # Ignore Vim swap files .*.swp -- cgit v1.1