Project

General

Profile

Download (13.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
04efa936 09/28/2015 12:22 PM Renato Botelho

Look for src and ports repo in the same git server

0825aaea 09/28/2015 11:56 AM Renato Botelho

Set FreeBSD src and ports repo to use github or git.pfmechanics.com based on local clone of pfSense repo

c96b2242 09/04/2015 05:31 PM Renato Botelho

Consider numeric values after BETA and RC

5fcc717d 09/04/2015 05:03 PM Renato Botelho

Improve base package versioning scheme to deal with -DEVELOPMENT, -ALPHA, -BETA and -RC

45b13882 09/04/2015 03:59 PM Renato Botelho

Fix one more reverse check

98a4b7a0 09/04/2015 10:38 AM Renato Botelho

Fix filename

a7a00341 09/03/2015 11:02 AM Renato Botelho

Change core pkg dir to have packages under All/ and repo on ./

ab943fc9 09/02/2015 07:15 PM Renato Botelho

Move snapshot related functions to builder_common.sh and leave build_snapshots.sh a simple script that update repo and call build.sh, without need to know anything about build.conf variables

a59ea5ee 09/02/2015 02:42 PM Renato Botelho

Rename directory where core packages are created to match other package repo path and make it easy to identify

6f54efea 09/02/2015 02:34 PM Renato Botelho

Fix reverse checking

cf31d8ae 09/01/2015 05:16 PM Renato Botelho

Remove backtick accidentally left

f48a09c7 09/01/2015 03:17 PM Renato Botelho

Do not add timestamp for release builds

6329e1eb 09/01/2015 03:01 PM Renato Botelho

Simplify logic for snapshots datestrings

e74b64a1 09/01/2015 01:38 PM Renato Botelho

Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other similar variables

6fc51026 09/01/2015 01:11 PM Renato Botelho

Math here is in bytes, not in blocks, use correct value

beb07890 09/01/2015 01:04 PM Renato Botelho

Remove 128 blocks (65536 bytes) from swap size, this is used by loader and boot and makes disk capacity to be respected

679b5a66 08/31/2015 09:25 PM Renato Botelho

First create a raw, then convert it to vmdk, and when convert, use -c to force it to respect size

774b0d82 08/31/2015 07:49 PM Renato Botelho

Fix PEODUCT_URL variable default assignment

502db0bd 08/31/2015 07:31 PM Renato Botelho

Use modern pfSense.ovf template, remove unnecessary variables and use vmdktool to convert disk to a modern version

3236b6f4 08/28/2015 09:34 PM Renato Botelho

Export MAKEOBJDIRPREFIX to builder/tmp and stop touching builder /usr/obj

89a72b59 08/27/2015 09:20 PM Renato Botelho

Refactor OVA image build process using mkimg and makefs

173fa93f 08/27/2015 02:23 PM Renato Botelho

Move ovf template to templates/ovf, also rename variables accordingly

4beba293 08/27/2015 01:44 PM Renato Botelho

We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR instead

afbac7f3 08/25/2015 06:44 PM Renato Botelho

Fix i386 kernel names

e295b113 08/25/2015 05:49 PM Renato Botelho

Do not set PKG_RSYNC_HOSTNAME automatically

46f33ce5 08/25/2015 05:49 PM Renato Botelho

Remove pfSense definitions from default config and move check after PRODUCT_NAME is set

1b0a9747 08/25/2015 05:49 PM Renato Botelho

Remove local from declarations out of functions

77308bce 08/25/2015 05:49 PM Renato Botelho

Fix reverse check

81ec005d 08/25/2015 05:49 PM Renato Botelho

Detect unauthorized attempt to build pfSense

a95458c2 08/25/2015 05:49 PM Renato Botelho

Replace hard coded rsync data by new variables

f36b26f8 08/25/2015 05:49 PM Renato Botelho

Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checks

934e3e04 08/25/2015 05:49 PM Renato Botelho

Reorder default definitions grouping by subject

8739dcdd 08/25/2015 05:49 PM Renato Botelho

Remove unused variable NANO_WITH_VGA

74d8fbe9 08/25/2015 05:49 PM Renato Botelho

Make sure we do not add empty -j to make parameter

64f27203 08/25/2015 05:49 PM Renato Botelho

Rename SRCDIR to FREEBSD_SRC_DIR and change default value to SCRATCHDIR/FreeBSD-src to make build process less intrusive

328c4fb9 08/25/2015 05:49 PM Renato Botelho

Move stage dir and final iso dir to ./tmp to make build process less intrusive

c05b4e7d 08/25/2015 05:49 PM Renato Botelho

Remove unused var BUILDER_HOST_TARGET

8b5ccd24 08/25/2015 05:49 PM Renato Botelho

Remove unnecessary IFS replacement

84331fdc 08/25/2015 05:49 PM Renato Botelho

Add quotes to default variables definitions

d111360d 08/25/2015 05:49 PM Renato Botelho

Detect current branch or tag

f6eb412c 08/25/2015 05:49 PM Renato Botelho

_BUILDER_EPOCH is local

04992be2 08/25/2015 05:49 PM Renato Botelho

Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIR

eb31cdf1 08/25/2015 05:49 PM Renato Botelho

Read /etc/version and set PRODUCT_VERSION

694028d6 08/25/2015 05:49 PM Renato Botelho

Introduce PRODUCT_SRC

0ce2a7f3 08/25/2015 05:49 PM Renato Botelho

Rename BUILDER_SCRIPTS to BUILDER_TOOLS that makes more sense on current infrastructure, also remove some cd calls

78b0f246 08/25/2015 05:49 PM Renato Botelho

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...

4a6ea7b2 08/25/2015 05:49 PM Renato Botelho

Change the way to detect BUILDER_SCRIPTS and BUILDER_TOOLS and make build.conf optional

6f73c362 08/25/2015 05:49 PM Renato Botelho

Import build scripts from pfSense-tools repo