Go to file
Florent Rougon 8a7fd33b2b download_and_compile.sh: give control over protocol and username for 'git clone'
This commit adds two new options:

--git-clone-default-proto=PROTO

  Default protocol to use for 'git clone' ('ssh', 'https' or git'). If
  the option is not specified, the default is still 'https'.

--git-clone-site-params=SITE=PROTOCOL[:USERNAME]

  Connect as USERNAME with PROTOCOL when cloning a Git repository hosted
  at SITE (sample sites: 'SourceForge', 'GitHub'; valid protocols:
  'ssh', 'https' and git'). USERNAME is required when using the 'ssh'
  protocol. The hosting site and protocol are matched in a
  case-insensitive way.

  This option may be passed several times with different sites, e.g.

    download_and_compile.sh --git-clone-default-proto=ssh \
                            --git-clone-site-params SourceForge=ssh:frougon \
                            --git-clone-site-params=GitHub=https

 (replace 'frougon' with your username at SourceForge)

  For repositories located at a hosting site specified with
  --git-clone-site-params, the protocol indicated with this option
  overrides the default protocol, be it the script default or the one
  given with --git-clone-default-proto.

  The above example shows that the argument of a long option, namely
  --git-clone-site-params in the example, may be given either separately
  or in the same shell argument as the option name, in which case an '='
  separator is needed.

When using the 'ssh' protocol, ssh-agent may be used to avoid having to
type the password once for each repository fetched with this protocol.
Also note that gpg-agent(1) can act as an SSH agent.
2018-09-26 00:17:29 +02:00
catalog Check-aircraft helper script 2018-07-25 13:42:13 +01:00
changes-in-dat-files/apt.dat Add directory changes-in-dat-files/apt.dat with two patches for apt.dat 2016-12-08 19:20:06 +01:00
compile-scripts Tweaks to my Mac build script. 2017-01-10 18:12:12 +00:00
fg-from-scratch fg-from-scratch: Improve handling of missing 'build' folders. 2018-09-24 18:35:57 -05:00
fgdata@67bf0c8e19 track submodule changes for release 2018-09-21 17:22:27 +02:00
fgrun@3fb3be1935 track submodule changes for release 2016-09-06 12:59:53 +02:00
flightgear@2140d23b04 track submodule changes for release 2018-09-21 17:22:27 +02:00
getstart@bc1678f097 track submodule changes for release 2018-09-21 17:22:27 +02:00
Nasa2FGearthview Add Nasa2FGEarthview 2017-01-12 10:44:40 +01:00
python3-flightgear python3-flightgear/README-l10n.txt: add a little hint 2018-01-19 12:51:55 +01:00
release_builder Prepare for 2018.3, don't tag version 2018-09-21 17:18:08 +02:00
simgear@6d89cc6c1d track submodule changes for release 2018-09-21 17:22:27 +02:00
windows-3rd-party@790648cd69 Submdoule updates. 2016-12-09 14:56:33 +00:00
.gitattributes download_and_compile.sh: replace manually set version with the Git blob ID 2017-05-18 11:32:37 +02:00
.gitignore Catalog support for minimum-fg-version 2017-07-30 10:38:04 -07:00
.gitmodules Switch to relative submodule URLs 2018-03-16 10:29:57 +00:00
build_release_linux.sh Set LD_LIBRARY_PATH in the linux build script 2017-12-25 17:04:47 +00:00
build_release_mac.sh Set executable flag on build_release_* scripts 2015-03-08 17:36:11 +01:00
build_release_windows.bat Also archive symbols for Windows builds 2018-07-02 11:39:08 +01:00
CMakeLists.txt Replace old gitorious urls with new locations 2015-05-27 10:40:34 +02:00
create_metar_dat.py Parse new NOAA METAR index page format 2016-08-08 23:49:34 +01:00
download_and_compile.sh download_and_compile.sh: give control over protocol and username for 'git clone' 2018-09-26 00:17:29 +02:00
fgdata_checkers.py fgdata_checkers: update comments 2016-10-20 22:42:01 +01:00
FlightGear.iss Add 'clean uninstall' option to the Windows uninstaller 2018-01-17 21:48:21 +00:00
hudson_mac_build_release.sh Adjust build scripts to set FG_BUILD_TYPE 2017-02-28 16:25:58 +00:00
hudson_mac_package_release.rb Silence some noice in mac packaging script 2018-07-17 09:54:59 +01:00
Info.plist.in Fix Info.plist template 2015-02-24 11:44:05 +00:00
installWinDeps.bat Implement the necessary change for the new FGData for Linux and Windows 2015-03-08 01:19:10 +01:00
post_upload.py use release instead of -rc suffix 2017-02-09 17:46:09 +01:00
version new version: 2018.4.0 2018-09-21 17:22:27 +02:00
webhooks.xml Introduce post-commit webhook 2014-09-07 23:39:40 +02:00