8028ce2888
- Move test_catalog.py, test_sgprops.py and catalog/testData/ to python3-flightgear/flightgear/meta/tests/. - Copy catalog/fgaddon-catalog/ to the same place (it is needed by test_catalog.py). - Adapt test_catalog.py and test_sgprops.py accordingly. - Remove the executable bits from test_catalog.py and test_sgprops.py: this is because test_catalog.py can't be run directly anymore; well, it can but 3 tests would fail in this setup. No time to investigate why (sorry), but this commit adds a README.txt in python3-flightgear/flightgear/meta/tests/README.txt that explains how to run the tests in a way that works (basically, run 'python3 -m unittest' from the python3-flightgear directory). For a bit more context, see <https://sourceforge.net/p/flightgear/mailman/message/37042247/>.
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--Template catalog - copy and modify for your site as required-->
|
|
<PropertyList>
|
|
<local-output>/home/curt/Projects/FlightGear/ftp/Aircraft</local-output>
|
|
<download-url n="0">http://mirrors.ibiblio.org/flightgear/ftp/Aircraft/</download-url>
|
|
<thumbnail-url n="0">http://mirrors.ibiblio.org/flightgear/ftp/Aircraft/thumbnails</thumbnail-url>
|
|
<scm>
|
|
<type>svn</type>
|
|
<path>/home/curt/Projects/FlightGear/flightgear-fgaddon/Aircraft</path>
|
|
<skip>NTPS</skip>
|
|
<skip>c172</skip>
|
|
<skip>tu134</skip>
|
|
</scm>
|
|
<include-dir>/home/curt/Projects/FlightGear/flightgear-fgdata</include-dir>
|
|
<include-dir>/home/curt/Projects/FlightGear/flightgear-fgaddon</include-dir>
|
|
|
|
<!-- <scm>
|
|
<type>git</type>
|
|
<update type="bool">false</update>
|
|
<path>/Users/jmt/FGFS/fgdata</path>
|
|
<url>git://git.code.sf.net/p/flightgear/fgdata</url>
|
|
</scm> -->
|
|
<upload n="0">
|
|
<enabled type="bool">true</enabled>
|
|
<type>rsync-ssh</type>
|
|
<remote>fgfs:/home/fgfs/fgfs.goneabitbursar.com/official</remote>
|
|
</upload>
|
|
</PropertyList>
|