summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* If an error happened, just abort, there is no reason to ask user to press enterRenato Botelho2015-09-242-9/+0
|
* Automatically set meta pkgs version based on timestamp for snapshotsRenato Botelho2015-09-241-0/+13
|
* Fix function nameRenato Botelho2015-09-221-1/+1
|
* Consider NO_UPLOAD when calling build.shRenato Botelho2015-09-221-1/+1
|
* Create snapshot_update_status()Renato Botelho2015-09-221-10/+14
|
* Use getopts to read parameters, implement -r to do not reset local changes ↵Renato Botelho2015-09-221-15/+28
| | | | and move git operations inside git_last_commit to reduce redundancy
* Make sure repo is updated since first run, also, update it when SIGINFO is ↵Renato Botelho2015-09-221-0/+4
| | | | received
* Handle all sleep operations inside snapshots_sleep_between_runs()Renato Botelho2015-09-221-28/+29
|
* Do not run sleep in bg, use variables to control when it needs to be restartedRenato Botelho2015-09-221-25/+26
|
* Make sure local changes are reset before git pull, in some cases pull can ↵Renato Botelho2015-09-221-0/+1
| | | | fail due to conflicts
* Start to build a new round of snapshots when get SIGINFO (ctrl+t)Renato Botelho2015-09-221-10/+37
|
* Do not set maxsleepvalue to 0Renato Botelho2015-09-221-1/+0
|
* Fix 7ca93399 where I pushed wrong patchRenato Botelho2015-09-181-2/+6
|
* Mark packages that have <noembedded> tag to conflict with pfSense-base-nanobsdRenato Botelho2015-09-181-0/+3
|
* Introduce base-nanobsd packageRenato Botelho2015-09-187-1/+130
|
* Install base package on final stage dir, in preparation to base-nanobsdRenato Botelho2015-09-181-2/+2
|
* Add a workaround to make sure images are compressed before rsync, for some ↵Renato Botelho2015-09-181-2/+8
| | | | reason wait is not working as expected
* add sudo port to ARMChris Buechler2015-09-171-0/+1
|
* Revert "Re-enable ntopng package after port fix"Renato Botelho2015-09-161-1/+1
| | | | This reverts commit 8df5376a8251cbaa25eea30c9c80796f763e554a.
* Re-enable ntopng package after port fixRenato Botelho2015-09-161-1/+1
|
* fix port pathChris Buechler2015-09-151-1/+1
|
* add salt and ser2net to ARM portsChris Buechler2015-09-151-0/+2
|
* Move default PHP to 5.6.xRenato Botelho2015-09-151-7/+2
|
* Fix INSTALL script for base package, it's supposed to run as post-installRenato Botelho2015-09-141-1/+1
|
* ADI images are amd64 onlyRenato Botelho2015-09-141-3/+5
|
* Process pfSense.obsoletedfiles on base post-install scriptRenato Botelho2015-09-141-1/+28
|
* Preserve post_upgrade_command on /tmp on Full Update images, it's going to ↵Renato Botelho2015-09-141-1/+6
| | | | be used when upgrading from old systems
* Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be ↵Renato Botelho2015-09-141-0/+7
| | | | used when upgrading from old systems
* Move conf backup dir creation to default-config packages scriptsRenato Botelho2015-09-103-0/+12
|
* Add missing operatorRenato Botelho2015-09-081-1/+1
|
* Create pkg repo from All's parent directoryRenato Botelho2015-09-081-1/+1
|
* Fix loop iteration removing quotesRenato Botelho2015-09-081-1/+1
|
* Do not wait a key to be pressed when build.sh is called by build_snapshots.shRenato Botelho2015-09-072-2/+9
|
* Remove quotes from for callsRenato Botelho2015-09-071-2/+2
|
* Allow to use -a to select archs on all poudriere commandsRenato Botelho2015-09-071-14/+18
|
* Consider numeric values after BETA and RCRenato Botelho2015-09-041-2/+2
|
* Improve base package versioning scheme to deal with -DEVELOPMENT, -ALPHA, ↵Renato Botelho2015-09-041-15/+24
| | | | -BETA and -RC
* Fix snapshots log rotateRenato Botelho2015-09-041-2/+4
|
* Fix one more reverse checkRenato Botelho2015-09-041-1/+1
|
* Remove dead codeRenato Botelho2015-09-041-2/+0
|
* Break long lineRenato Botelho2015-09-041-1/+2
|
* Remove unnecessary chmod callsRenato Botelho2015-09-041-2/+0
|
* Use read -r to make sure we print lines as they areRenato Botelho2015-09-041-2/+2
|
* Fix filenameRenato Botelho2015-09-041-1/+1
|
* Add initial pre-deinstall and post-install scripts for base pkgRenato Botelho2015-09-042-0/+50
|
* Fix output capture taking stderr into considerationRenato Botelho2015-09-041-2/+2
|
* Fix typo in var nameRenato Botelho2015-09-041-2/+2
|
* Fix reverse checkRenato Botelho2015-09-031-1/+1
|
* Send repo containing core packages to remote serverRenato Botelho2015-09-031-0/+6
|
* Create a new function pkg_repo_rsync, it'll be also used for core pkgsRenato Botelho2015-09-031-14/+27
|
OpenPOWER on IntegriCloud