Project

General

Profile

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

# Date Author Comment
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