Coder Social home page Coder Social logo

vcv-plugindownloader's People

Contributors

cschol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

the-great-assyr

vcv-plugindownloader's Issues

on OSX

Cloning github repo led to a (small) naming error in the directory (vcv-plugindowloader instead of vcv-plugindownloader).
Also : didn't have permission to execute the program, so had to execute a sudo chmod +x vcv-plugindownloader.py first

Directory plugins refers to github>rack>plugins ?

Just to make sure, when you refer to running the script in the plugins directory, you mean the plugins directory that resides under the github>rack dir ?
Not to be confused with the Documents>Rack directory (for the non-dev version).
(which normally contains all plug binaries)

mscHack build fix

Hi, thanks for the script!

I noticed mscHack falls foul of the "checkout latest tag" logic, because the script tries to build 4.x which fails, whereas just building the master branch succeeds (against Rack v0.5.1 tag.)

So I'd suggest applying:

 PLUGIN_COMMITTISH_MAP = {
-    "Fundamental": "v0.5.1"
+    "Fundamental": "v0.5.1",
+    "mscHack": "master"
 }

to correct this.

You might also like to consider running git submodule update --init --recursive immediately prior to make since this fixes the build for one other plugin (can't remember which one right now) and is harmless and free if no submodules exist. It throws the AepelzensParasites plugin, but that fails anyway because it needs a specific git submodule command as per its README.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.