1
0
Fork 0
No description
Find a file
Florent Rougon 5fa23309c5 download_and_compile.sh: replace manually set version with the Git blob ID
By setting the 'ident' attribute for /download_and_compile.sh, this
replacement will be automatic whenever the file is checked out.

Note: the ID is the 40-character hexadecimal blob object name in Git, it
      is *not* the commit ID. 'git show <id>' can be used to obtain the
      script contents from its blob object name (id).

This will avoid spoiling every diff with the version number change, or
alternatively having different versions of the same file displaying and
logging the same version number.

If download_and_compile.sh is moved to a different directory in FGMeta
(or even renamed), then the path in .gitattributes must be adapted for
the substitution to work (the '/' in .gitattributes anchors the match at
the containing directory; I did this because download_and_compile.sh is
a rather generic name, and there *might* be different scripts with the
same name in other dirs...).
2017-05-18 11:32:37 +02:00
catalog Added manufacturers 2017-05-06 14:01:05 +02: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
fgdata@c8b090fa4e set submodule head for fgdata 2017-02-20 19:30:10 +01:00
fgrun@3fb3be1935 track submodule changes for release 2016-09-06 12:59:53 +02:00
flightgear@989ebf73a6 track submodule changes for release 2017-02-20 18:52:19 +01:00
Nasa2FGearthview Add Nasa2FGEarthview 2017-01-12 10:44:40 +01:00
release_builder some tweaks to the release_branch builder scripts 2017-02-20 18:51:44 +01:00
simgear@9840302931 track submodule changes for release 2017-02-20 18:52:19 +01: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 Ignore Windows build directories. 2016-12-09 14:59:57 +00:00
.gitmodules use git:// for fgdata submodule remote to keep jenkins happy 2017-02-22 18:09:42 +01:00
build_release_linux.sh Adjust build scripts to set FG_BUILD_TYPE 2017-02-28 16:25:58 +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 Upload PDB files to CrashFix 2017-04-18 08:57:35 +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: replace manually set version with the Git blob ID 2017-05-18 11:32:37 +02:00
fgdata_checkers.py fgdata_checkers: update comments 2016-10-20 22:42:01 +01:00
FlightGear.iss Remove FGPanel special case for 64-bits. 2017-02-21 18:17:39 +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 Mac release builds tweaks 2015-08-31 23:29:35 +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: 2017.2.0 2017-02-20 18:52:19 +01:00
webhooks.xml Introduce post-commit webhook 2014-09-07 23:39:40 +02:00