Project

General

Profile

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

# Date Author Comment
aef38b28 08/23/2017 08:27 PM Renato Botelho

Fix -U option

25c86b03 08/23/2017 08:16 PM Renato Botelho

Change default to never upload files and add a new option to do it

f9ba59d4 08/22/2017 04:37 PM Renato Botelho

Do not exit while running in loop mode

3b55caf9 08/22/2017 01:10 PM Renato Botelho

Remove quotes from commands

3ef21629 08/22/2017 01:10 PM Renato Botelho

Teach build_snapshots.sh to read exit code of build.sh

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

77074d55 08/02/2016 04:16 PM Renato Botelho

Read output line by line

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

8238d674 05/23/2016 05:34 PM Renato Botelho

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

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

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

2251aa18 11/25/2015 03:50 PM Renato Botelho

Remove extra spaces

0cc93b74 11/25/2015 03:38 PM Renato Botelho

Use $* to join all strings

bbfc11ae 11/25/2015 02:42 PM Renato Botelho

Print all parameters

a6789760 11/25/2015 02:22 PM Renato Botelho

Silence often message

da869279 11/25/2015 02:00 PM Renato Botelho

Check often for new ports tree commits

1076fc7a 11/25/2015 02:00 PM Renato Botelho

Check for new commits on ports tree

7f330caa 11/25/2015 02:00 PM Renato Botelho

We don't need author

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

Teach build_snapshots to deal with poudriere builds

9447077e 11/25/2015 10:01 AM Renato Botelho

Break long lines

51fe2104 09/24/2015 04:57 PM Renato Botelho

If an error happened, just abort, there is no reason to ask user to press enter

e5f88c31 09/22/2015 01:08 PM Renato Botelho

Fix function name

30b861a6 09/22/2015 01:07 PM Renato Botelho

Consider NO_UPLOAD when calling build.sh

032171ee 09/22/2015 01:06 PM Renato Botelho

Create snapshot_update_status()

b90e12c2 09/22/2015 01:00 PM Renato Botelho

Use getopts to read parameters, implement -r to do not reset local changes and move git operations inside git_last_commit to reduce redundancy

670a33c5 09/22/2015 12:49 PM Renato Botelho

Make sure repo is updated since first run, also, update it when SIGINFO is received

8a6723d5 09/22/2015 12:39 PM Renato Botelho

Handle all sleep operations inside snapshots_sleep_between_runs()

7bc3be6f 09/22/2015 11:20 AM Renato Botelho

Do not run sleep in bg, use variables to control when it needs to be restarted

3a793f07 09/22/2015 10:46 AM Renato Botelho

Make sure local changes are reset before git pull, in some cases pull can fail due to conflicts

3e05b544 09/22/2015 10:44 AM Renato Botelho

Start to build a new round of snapshots when get SIGINFO (ctrl+t)

3adf4a15 09/22/2015 10:41 AM Renato Botelho

Do not set maxsleepvalue to 0

6007bbbb 09/07/2015 08:13 PM Renato Botelho

Do not wait a key to be pressed when build.sh is called by build_snapshots.sh

c47d4d65 09/04/2015 03:47 PM Renato Botelho

Break long line

57217e97 09/04/2015 10:51 AM Renato Botelho

Use read -r to make sure we print lines as they are

cfa4c522 09/04/2015 09:56 AM Renato Botelho

Fix output capture taking stderr into consideration

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

0b0ef57e 09/02/2015 02:52 PM Renato Botelho

Deduplicate git_last_commit()

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

Do not add timestamp for release builds

30ce58ac 08/26/2015 10:56 AM Renato Botelho

Use full path to source file

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

Replace hard coded rsync data by new variables

0431a7a9 08/25/2015 05:49 PM Renato Botelho

Leave RSYNCIP to be defined in build.conf by user, exit if it's not defined

3b5bba5c 08/25/2015 05:49 PM Renato Botelho

Repect SCRATCHDIR

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

Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checks

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

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

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

Import build scripts from pfSense-tools repo