Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DeadlyReentry #1236

Merged
merged 2 commits into from May 12, 2015
Merged

Update DeadlyReentry #1236

merged 2 commits into from May 12, 2015

Conversation

dbent
Copy link
Member

@dbent dbent commented May 12, 2015

  • Use vref
  • Add dependency on ModularFlightIntegrator
  • Add install stanza

- Use vref
- Add dependency on ModularFlightIntegrator
- Add install stanza
@Blu3wolf
Copy link
Contributor

Seems you beat me to it by a minute... XD

@Blu3wolf
Copy link
Contributor

Also, you are missing a dependency.

@Blu3wolf
Copy link
Contributor

and it seems I was missing an install stanza. Guess we both missed stuff!

@dbent
Copy link
Member Author

dbent commented May 12, 2015

Thanks, added ModuleManager as a dependency.

@Blu3wolf
Copy link
Contributor

Which I believe makes this and #1237 pretty much identical.

@Dazpoet
Copy link
Member

Dazpoet commented May 12, 2015

Did Jenkins stop working again? -.-

@mgsdk
Copy link
Contributor

mgsdk commented May 12, 2015

Looking at the build queue, I think it went belly up yes.

@Dazpoet
Copy link
Member

Dazpoet commented May 12, 2015

Can someone confirm this working under linux so we won't kill a bot by mistake by merging it? :)

@mgsdk
Copy link
Contributor

mgsdk commented May 12, 2015

My custom build netkan will generate a ckan file, which CKAN will happily install for a clean KSP 1.0.2 install. I have not tested it inside KSP.

@mgsdk
Copy link
Contributor

mgsdk commented May 12, 2015

ckan file for reference:

{
    "spec_version": 1,
    "identifier": "DeadlyReentry",
    "name": "Deadly Reentry Continued",
    "abstract": "Makes re-entry much more dangerous",
    "license": "CC-BY-SA",
    "resources": {
        "homepage": "http://forum.kerbalspaceprogram.com/threads/54954",
        "repository": "https://github.com/Starwaster/DeadlyReentry"
    },
    "depends": [
        {
            "name": "ModuleManager"
        },
        {
            "name": "ModularFlightIntegrator"
        }
    ],
    "install": [
        {
            "file": "DeadlyReentry",
            "install_to": "GameData"
        }
    ],
    "author": "Starwaster",
    "version": "v7.0.1",
    "download": "https://github.com/Starwaster/DeadlyReentry/releases/download/v7.0.1/DeadlyReentry_7.0.1_The_Melificent_Edition.zip",
    "x_generated_by": "netkan",
    "download_size": 1420950,
    "ksp_version_min": "1.0.0",
    "ksp_version_max": "1.0.2"
}

Dazpoet added a commit that referenced this pull request May 12, 2015
@Dazpoet Dazpoet merged commit d8b0977 into KSP-CKAN:master May 12, 2015
@dbent dbent deleted the update_deadlyreentry branch May 12, 2015 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants