Merge pull request #222 from AlexanderDzhoganov/master

Fixed some filenames
This commit is contained in:
Alexander Dzhoganov 2015-01-03 14:21:50 +02:00
commit 225b37a285
13 changed files with 0 additions and 65 deletions

View File

@ -1,27 +0,0 @@
language: python
# Our validator actually lives in the CKAN repo.
# --depth=1 is because we don't need full history.
before_install:
- pip install jsonschema
install:
- git clone --depth=1 https://github.com/KSP-CKAN/CKAN.git
# Our test is merely checking that all the ckan files validate
# against the current spec. We exclude the CKAN directory we just
# checked out.
script:
- cp CKAN/CKAN.schema .
- python CKAN/bin/ckan-validate.py $(find . -path ./CKAN -prune -o -name '*.ckan' -print)
notifications:
irc:
channels:
- "irc.esper.net#ckan"
on_success: change
on_failure: always
use_notice: true
skip_join: true

View File

@ -1,38 +0,0 @@
{
"spec_version": 1,
"name": "Advanced Fly-By-Wire (Linux)",
"abstract": "Joystick & Controller mod",
"identifier": "AdvancedFlyByWire-Linux",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/95022",
"repository": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire",
"kerbalstuff": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire"
},
"install": [
{
"file": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
},
{
"file": "GameData/000_Toolbar",
"install_to": "GameData",
"filter_regexp": "(?<!img_buttonAdvancedFlyByWire.png)$"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.25",
"license": "MIT",
"author": "nlight",
"version": "1.2.3",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.2.3_linux.zip"
}