Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few required things here to allow the script to work | jim-p | 2012-10-16 | 1 | -0/+3 |
| | |||||
* | gitsync: Improve parameter handling to allow hyphenated options anywhere in ↵ | Erik Fonnesbeck | 2012-09-17 | 1 | -32/+54 |
| | | | | the parameter list. (previously only allowed them at the end) | ||||
* | gitsync: Add --minimal parameter that installs only the updated files. | Erik Fonnesbeck | 2012-09-17 | 1 | -3/+22 |
| | |||||
* | Fix special build_commit tag that was broken from previous change to how it ↵ | Erik Fonnesbeck | 2012-09-17 | 1 | -1/+1 |
| | | | | read the file with the commit ID. | ||||
* | Modify the tar parameters to exclude .git | Erik Fonnesbeck | 2012-05-20 | 1 | -7/+2 |
| | |||||
* | Move git package name/URL to the configuration variables section. | Erik Fonnesbeck | 2012-05-15 | 1 | -2/+3 |
| | |||||
* | Move some constants in gitsync closer to the top of the source code and add ↵ | Erik Fonnesbeck | 2012-04-07 | 1 | -18/+20 |
| | | | | some new ones of potential interest to those reconfiguring gitsync. Also modify messages to indicate that Git URLs are also allowed. | ||||
* | Remove obsolete files after gitsync | Erik Fonnesbeck | 2012-02-28 | 1 | -0/+6 |
| | |||||
* | Allow specifying the branch name after the repository URL for gitsync ↵ | Erik Fonnesbeck | 2012-02-28 | 1 | -10/+22 |
| | | | | command-line arguments and remove an unnecessary use of the backtick operator. | ||||
* | correct branches in gitsync | Chris Buechler | 2012-02-04 | 1 | -2/+3 |
| | |||||
* | add a shortcut to disable referer check | Chris Buechler | 2012-01-05 | 1 | -0/+11 |
| | |||||
* | Extend this script to also add an ipv6 rule. | jim-p | 2011-07-19 | 1 | -1/+11 |
| | |||||
* | Update default gitsync url to be the github URL. If anyone had done a ↵ | jim-p | 2011-05-16 | 1 | -1/+1 |
| | | | | gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again. | ||||
* | Declare $g a global here. | jim-p | 2011-02-26 | 1 | -0/+1 |
| | |||||
* | Ensure the pkg staging area exists on nanobsd before trying to use it. | jim-p | 2011-02-26 | 1 | -1/+4 |
| | |||||
* | If we're on nanobsd, pass -t to pkg_add to specify a different "staging ↵ | jim-p | 2011-02-24 | 1 | -2/+4 |
| | | | | area" path. | ||||
* | And one more place for PKG_TMPDIR... just in case. | jim-p | 2011-02-23 | 1 | -1/+3 |
| | |||||
* | Restart lighty captive portal after sync | Scott Ullrich | 2011-01-25 | 1 | -0/+2 |
| | |||||
* | Use exec() | Scott Ullrich | 2010-11-28 | 1 | -3/+1 |
| | |||||
* | Add pfSsh.php externalconfiglocator playback script | Scott Ullrich | 2010-11-28 | 1 | -0/+5 |
| | |||||
* | Add option to System: Firmware: Settings for running gitsync after ↵ | Erik Fonnesbeck | 2010-11-10 | 1 | -5/+13 |
| | | | | installing an update, hidden/disabled if git has not been installed yet. | ||||
* | Bring gitsync to the new check_reload_status behaviour. | Ermal | 2010-09-22 | 1 | -5/+1 |
| | |||||
* | Add support for an automatic merge list to gitsync, properly escape ↵ | Erik Fonnesbeck | 2010-09-16 | 1 | -11/+40 |
| | | | | user-supplied parameters, and improve error handling a bit. | ||||
* | fix text | Chris Buechler | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Allow specifying other branches when using the existing repository URL in ↵ | Erik Fonnesbeck | 2010-08-05 | 1 | -0/+12 |
| | | | | gitsync after the branches have been downloaded for the first time. | ||||
* | Some minor fixes for gitsync. Don't create these unused directories, and ↵ | Erik Fonnesbeck | 2010-08-04 | 1 | -3/+4 |
| | | | | make sure the file system is returned to the read-only state on NanoBSD. | ||||
* | Combine checkout logic for cloning and updating in gitsync and fix a ↵ | Erik Fonnesbeck | 2010-07-09 | 1 | -20/+16 |
| | | | | condition showing an error message on the initial cloning. | ||||
* | First steps for 3g serviceproviders support | Renato Botelho | 2010-06-02 | 1 | -0/+1 |
| | | | | | | | | | | | | o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm | ||||
* | Do not include altq/shaper twice | Scott Ullrich | 2010-05-22 | 1 | -2/+0 |
| | |||||
* | Do not reinclude filter.inc | Scott Ullrich | 2010-05-22 | 1 | -2/+0 |
| | |||||
* | Adding enablesshd pfSsh.php script | Scott Ullrich | 2010-05-21 | 1 | -0/+16 |
| | |||||
* | Add a gitsync option for reverting to the commit used when building the image. | Erik Fonnesbeck | 2010-05-04 | 1 | -6/+17 |
| | |||||
* | Default to and display the last used repository URL in gitsync. | Erik Fonnesbeck | 2010-04-29 | 1 | -0/+8 |
| | |||||
* | Add gitsync support for merging from other repositories. | Erik Fonnesbeck | 2010-04-29 | 1 | -0/+26 |
| | |||||
* | Allow gitsync to properly switch branches or repositories. Resolves #523 | Erik Fonnesbeck | 2010-04-29 | 1 | -17/+7 |
| | |||||
* | Do not spread checking for value accross code. Do it in the function that is ↵ | Ermal Luçi | 2010-03-08 | 1 | -5/+1 |
| | | | | supposed to do it. | ||||
* | Include globals.inc | Scott Ullrich | 2010-02-14 | 1 | -1/+2 |
| | |||||
* | Resolve Warning: Invalid argument supplied for foreach() in ↵ | sullrich | 2009-12-15 | 1 | -1/+1 |
| | | | | /usr/local/sbin/pfSsh.php(334) : eval()'d code on line 257 | ||||
* | Include needed libraries | sullrich | 2009-12-15 | 1 | -0/+4 |
| | |||||
* | Fix RELENG_1_2 gitsync | sullrich | 2009-12-06 | 1 | -2/+6 |
| | |||||
* | Hide debugging item | sullrich | 2009-12-05 | 1 | -1/+3 |
| | |||||
* | Cleanup after sync | sullrich | 2009-12-05 | 1 | -4/+19 |
| | |||||
* | Run git clean | sullrich | 2009-12-04 | 1 | -0/+1 |
| | |||||
* | No need for duplicate command | sullrich | 2009-12-04 | 1 | -2/+0 |
| | |||||
* | Reset to HEAD on non master | sullrich | 2009-12-03 | 1 | -3/+3 |
| | |||||
* | Use git reset --hard HEAD | sullrich | 2009-12-03 | 1 | -1/+5 |
| | |||||
* | Uncomment code and move to checkout tree after intiial fetch | sullrich | 2009-12-03 | 1 | -8/+5 |
| | |||||
* | Do not download entire tree every time, use cached version | sullrich | 2009-12-03 | 1 | -10/+10 |
| | |||||
* | Add ===> | sullrich | 2009-12-02 | 1 | -1/+1 |
| | |||||
* | Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195 | sullrich | 2009-12-02 | 1 | -0/+8 |
| |