summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed #5017Stephen Beaver2015-08-261-3/+3
| | | | | | | | Action button URLs corrected
* | Deleted orig fileqStephen Beaver2015-08-261-561/+0
| |
* | Fixed #5020Stephen Beaver2015-08-262-10/+72
| |
* | Fixed #5001Stephen Beaver2015-08-261-12/+9
| | | | | | | | Control element names corrected
* | add bootstrap branch to gitsyncChris Buechler2015-08-261-1/+2
| |
* | Fix incorrect variable references for CARP VIPs. Fixes #5016jim-p2015-08-261-2/+2
| |
* | Rename shortcut from pgk to pkgRenato Botelho2015-08-261-0/+0
| |
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-26800-311/+4297
|\ \ | |/
| * Use full path to source fileRenato Botelho2015-08-261-1/+1
| |
| * update config to rid of nt-hashJim Thompson2015-08-252-1/+10
| | | | | | | | credit to: das projekt der goatse
| * Fix i386 kernel namesRenato Botelho2015-08-251-1/+1
| |
| * For captive portal, if a user reloads index.php of the portal while already ↵jim-p2015-08-252-1/+29
| | | | | | | | | | | | logged in, show the logout page instead if it's custom. Must be a custom logout page that does not include a redirect.
| * Stop calling ntpdate to fix builder clockRenato Botelho2015-08-251-6/+0
| |
| * Check if file exists before try to access itRenato Botelho2015-08-251-1/+1
| |
| * Remove extra spacesRenato Botelho2015-08-251-2/+2
| |
| * Do not set PKG_RSYNC_HOSTNAME automaticallyRenato Botelho2015-08-252-1/+5
| |
| * Add more options to builder.conf.sample and also add missing exportRenato Botelho2015-08-251-4/+16
| |
| * Fix update_package_pfPorts.php to work with new build structureRenato Botelho2015-08-251-27/+11
| |
| * Fix wrong variable nameRenato Botelho2015-08-251-2/+2
| |
| * Remove pfSense definitions from default config and move check after ↵Renato Botelho2015-08-252-9/+10
| | | | | | | | PRODUCT_NAME is set
| * We need to have FreeBSD-src repo to setup builder since pkg conf is thereRenato Botelho2015-08-251-0/+1
| |
| * Remove local from declarations out of functionsRenato Botelho2015-08-251-3/+3
| |
| * Fix reverse checkRenato Botelho2015-08-252-3/+2
| |
| * Detect unauthorized attempt to build pfSenseRenato Botelho2015-08-251-0/+7
| |
| * Add build.conf.sampleRenato Botelho2015-08-251-0/+68
| |
| * Replace hard coded rsync data by new variablesRenato Botelho2015-08-252-39/+57
| |
| * Leave RSYNCIP to be defined in build.conf by user, exit if it's not definedRenato Botelho2015-08-251-6/+9
| |
| * Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> ↵Renato Botelho2015-08-252-6/+6
| | | | | | | | NO_CLEAN_FREEBSD_SRC
| * Repect SCRATCHDIRRenato Botelho2015-08-251-1/+1
| |
| * Remove ensure_source_directories_present() and call update_freebsd_sources() ↵Renato Botelho2015-08-252-8/+2
| | | | | | | | direct
| * Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checksRenato Botelho2015-08-252-13/+17
| |
| * Rename clean_obj_dir() to clean_builder()Renato Botelho2015-08-252-4/+4
| |
| * Remove old parameter --flash-vendor description from help and note ↵Renato Botelho2015-08-251-2/+1
| | | | | | | | --update-sources will only update FreeBSD srcs
| * Do not remove CHROOT directories, they can be mounted on MFS filesystems. ↵Renato Botelho2015-08-251-7/+7
| | | | | | | | Create them if they don't exist and just delete their content
| * Reorder default definitions grouping by subjectRenato Botelho2015-08-251-71/+69
| |
| * Remove unused variable NANO_WITH_VGARenato Botelho2015-08-251-3/+0
| |
| * Make sure we do not add empty -j to make parameterRenato Botelho2015-08-251-8/+10
| |
| * Rename SRCDIR to FREEBSD_SRC_DIR and change default value to ↵Renato Botelho2015-08-252-40/+39
| | | | | | | | SCRATCHDIR/FreeBSD-src to make build process less intrusive
| * Move stage dir and final iso dir to ./tmp to make build process less intrusiveRenato Botelho2015-08-251-5/+5
| |
| * Remove unused var BUILDER_HOST_TARGETRenato Botelho2015-08-251-1/+0
| |
| * Remove unnecessary IFS replacementRenato Botelho2015-08-251-6/+0
| |
| * Add quotes to default variables definitionsRenato Botelho2015-08-251-18/+18
| |
| * Detect current branch or tagRenato Botelho2015-08-251-1/+7
| |
| * Do not try to get make.conf from other branchRenato Botelho2015-08-251-5/+1
| |
| * _BUILDER_EPOCH is localRenato Botelho2015-08-251-1/+1
| |
| * Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIRRenato Botelho2015-08-254-23/+22
| |
| * Read /etc/version and set PRODUCT_VERSIONRenato Botelho2015-08-251-1/+9
| |
| * Introduce PRODUCT_SRCRenato Botelho2015-08-252-1/+2
| |
| * Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current ↵Renato Botelho2015-08-254-22/+14
| | | | | | | | infrastructure, also remove some cd calls
| * Adapt tools scripts for pfSense main repo (round #1):Renato Botelho2015-08-254-110/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
OpenPOWER on IntegriCloud