diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-25 09:03:00 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-25 14:49:54 -0300 |
commit | 78b0f246af03e56a4a8c244c7f2dde574d0ee250 (patch) | |
tree | 6e3d31f2eb3a51c615274772dac4d68489ee03df /.gitignore | |
parent | 4a6ea7b2745f25d92024b32571b783b13198818d (diff) | |
download | pfsense-78b0f246af03e56a4a8c244c7f2dde574d0ee250.zip pfsense-78b0f246af03e56a4a8c244c7f2dde574d0ee250.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ .DS_Store _notes/ +/tmp/ +/logs/ +/build.conf # Ignore Vim swap files .*.swp |