Git Product home page Git Product logo

qompoter's People

Contributors

fylhan avatar jhaws1982 avatar mlitre avatar oliviermaridat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qompoter's Issues

v3.10.0 is loaded instead of v3.1.0 with v3.1.*

A qompoter.json trying to load "v3.1.*" on a package with "v3.1.0" and "v3.10.0" will load v3.1.0

* trialog-qt/qhttpp v3.1.*
  Downloading sources from Git...
  Selected version: v3.10.0
  done

I ran `qompoter install` but one of the Git based package has not been updated...

If you project targets a commit number (e.g. #82bbdf9) or a tag which have been deleted and re-created (no, you should not do that: git tag -d v1.0 && git push origin :refs/tags/v1.0), Qompoter may fail (and sometimes fail silently!) to update a Git based package.

Until this is fixed, the tricks is to backup the "vendor" directory, delete it and run qompoter install again. Like this:

qompoter export
rm -rf vendor
qompoter install

If everything is ok, wait some times to be sure, you could delete the backup archive.

MacOS installation

Hi, thanks for writing this. FYI, qompoter doesn't work by default on MacOS, but you can get it to work by installing some additional packages with Homebrew (https://brew.sh/)

  • brew install gnu-sed
  • brew install coreutils
    Then make sure to add these to your path, so we use GNU sed and GNU date instead of the MacOS version:
    PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH
    PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH

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.