Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cb1ce2d4 09/15/2017 08:54 PM Luiz Souza

Remove debug code.

(cherry picked from commit 48009b827409d6d6dd19a9f0d5d18f80ca62092a)

34ca88c3 09/15/2017 08:54 PM Luiz Souza

Do not remove the temporary files (debug only).

(cherry picked from commit b9253e25374bb686824a33d1c9201bdb7aeb1483)

10417dca 09/15/2017 08:54 PM Luiz Souza

Set a default when findroot is not set.

(cherry picked from commit 3eb019d5214f40e67520c919e3d42ba776d9a212)

b5b1ada8 09/15/2017 08:54 PM Luiz Souza

Add some debug output.

(cherry picked from commit 5d376f2d315490861a30dd41da50165d2f7e6a2d)

abe02f2b 09/15/2017 05:57 PM Luiz Souza

Fix the build, add the new getopt option.

Reported by: garga
Pointy-hat to: loos

(cherry picked from commit 5e58e8bdedb48f605df96b4a7f942a2fd979d5d4)

e1605823 09/15/2017 04:31 PM Luiz Souza

Pass the search path to create_core_package.sh.

This allows the use of more than one path to build the package.

(cherry picked from commit 318a7b7766d442c9c4de0f29bea5f587040ae243)

19ef4922 12/22/2016 12:55 PM Renato Botelho

Remove rescue from installation media

59537908 11/09/2016 02:57 PM Renato Botelho

err() expects a single parameter

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

eac7a83c 08/03/2016 10:34 AM Renato Botelho

Do not include rescue on installation media

122afc75 08/03/2016 09:33 AM Renato Botelho

Change order arguments are validated to make more sense

963c399b 08/03/2016 09:29 AM Renato Botelho

Do not call realpath for a possible non-existent directory

22ba6bf2 08/02/2016 07:02 PM Renato Botelho

Force removal of temporary directory and disable trap

a07126aa 08/02/2016 07:02 PM Renato Botelho

Remove redundant attribution

88a14469 08/02/2016 02:47 PM Renato Botelho

Do not remove destdir where system is going to be installed

582f023e 08/02/2016 11:23 AM Renato Botelho

Remove wrong call to dirname

0adc9314 08/02/2016 10:52 AM Renato Botelho

Add missing /

8928c119 08/01/2016 08:40 PM Renato Botelho

Do not check for src versus host osversion, let FreeBSD src take care of it

80c76b0c 08/01/2016 08:35 PM Renato Botelho

err() expects a single parameter

06efbd3b 08/01/2016 08:31 PM Renato Botelho

Add missing /

adf2b358 08/01/2016 08:29 PM Renato Botelho

Add missing options

1217cd7a 08/01/2016 08:14 PM Renato Botelho

Add create_core_pkg.sh and start using it

468f236d 08/01/2016 07:49 PM Renato Botelho

Add install_freebsd.sh and use it

29cdd776 08/01/2016 07:31 PM Renato Botelho

Add build_freebsd.sh and start using it

a10a0e70 08/01/2016 05:02 PM Renato Botelho

Add git_checkout.sh and common.subr

This is the first of a set commits to start replacing big
builder_common.sh by smaller and specific scripts to do necessary build
tasks.

First is git_checkout.sh, a script used to checkout or update a git
repository on desired destination dir and branch or tag.