Project

General

Profile

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

# Date Author Comment
fa7f03b4 05/27/2016 01:29 PM Renato Botelho

Add a new option --rsync-repos to build.sh

14e2a004 05/23/2016 07:17 PM Renato Botelho

Define default image type for snapshots later

288bd310 05/23/2016 05:33 PM Renato Botelho

Introduce a new option to build only core packages and skip images

7918276b 05/23/2016 05:32 PM Renato Botelho

BUILDACTION will never be snapshots

3fe334c6 04/13/2016 03:01 PM Renato Botelho

Do not update timestamp on --update-status is used

a53a4f3e 04/13/2016 02:58 PM Renato Botelho

Do not replace timestamp when does nothing

7ffef0a2 04/11/2016 10:04 PM Renato Botelho

Explicit define pkg repo variables for release and devel

b00400ef 03/18/2016 12:10 PM Renato Botelho

Stop creating a meta package pfSense-vmware and pre-install pfSense-pkg-Open-VM-Tools on ova

ed44fe76 03/16/2016 12:01 AM Renato Botelho

Improve readability

3ad375d4 03/06/2016 02:30 PM Renato Botelho

Do not reset date string when doing read-only operations

7d9c553c 02/01/2016 07:38 PM Renato Botelho

Remove support for nanobsd images < 2gb. Fixes #5836

919c8486 11/25/2015 11:39 AM Renato Botelho

Teach build_snapshots to deal with poudriere builds

cfa7f409 09/24/2015 06:43 PM Renato Botelho

rsync is required

39ef49f6 09/18/2015 04:52 PM Renato Botelho

Add a workaround to make sure images are compressed before rsync, for some reason wait is not working as expected

e41e0ec9 09/17/2015 07:44 PM Renato Botelho

No need a subshell to call execute functions

cc145494 09/10/2015 11:01 AM Renato Botelho

Add waiting for jobs info to snapshots log too

fb192227 09/07/2015 02:28 PM Renato Botelho

Allow to use -a to select archs on all poudriere commands

ce96c131 09/04/2015 04:09 PM Renato Botelho

Fix snapshots log rotate

003c914e 09/04/2015 02:37 PM Renato Botelho

Avoid adding empty line at log head

906ca3b0 09/04/2015 02:37 PM Renato Botelho

Fix --snapshot-update-status with empty message

c6d14b0b 09/03/2015 11:59 AM Renato Botelho

remove quotes to fix for

98978a36 09/03/2015 11:18 AM Renato Botelho

Create repository for base components

49784c55 09/03/2015 11:13 AM Renato Botelho

Check rsync variables required to update package repos

f238a83f 09/03/2015 11:11 AM Renato Botelho

Simplify check for mandatory variables

ab54d717 09/03/2015 11:05 AM Renato Botelho

Remove redundant checks

6b733d47 09/03/2015 10:59 AM Renato Botelho

List image files even when we are building snapshots

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

7265700a 09/01/2015 03:18 PM Renato Botelho

Change -U to -u on build.sh to match current option from build_snapshot.sh

1224377f 08/28/2015 05:29 PM Renato Botelho

FreeBSD src is not needed to setup a builder

4566dcdd 08/27/2015 09:28 PM Renato Botelho

Catch up with meta port rename pfSense-vm -> pfSense-vmware

90ac1d36 08/25/2015 05:49 PM Renato Botelho

We need to have FreeBSD-src repo to setup builder since pkg conf is there

2abc3e80 08/25/2015 05:49 PM Renato Botelho

Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> NO_CLEAN_FREEBSD_SRC

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

Remove ensure_source_directories_present() and call update_freebsd_sources() direct

7e6ab3ed 08/25/2015 05:49 PM Renato Botelho

Rename clean_obj_dir() to clean_builder()

2a5914c6 08/25/2015 05:49 PM Renato Botelho

Remove old parameter --flash-vendor description from help and note --update-sources will only update FreeBSD srcs

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

Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIR

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

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

Import build scripts from pfSense-tools repo