Giter VIP home page Giter VIP logo

Comments (3)

joar avatar joar commented on May 19, 2024

you can work around this by using a separate, standalone, file for each environmentt and point out the file to use with

settings:
  app:
    requirements: requirements-live.txt  
    # paths ending with .pip or .txt ar passed to 'pip install -r', 
    # paths ending with .py are passed to 'pyhon {} develop'.format(name)

from blues.

lundberg avatar lundberg commented on May 19, 2024

Could be done by recursive parse, but should probably be too slow since each file would needed to be fetched from server for comparison. One could instead change the -r usage the other way around, like using a master requirements file for live environment in repo root and then for dev/staging use a separate with debug-addons and a reference to the master.

from blues.

joar avatar joar commented on May 19, 2024

I have some progress on this in a local tree, now pushed to feature branch:
https://github.com/5monkeys/blues/tree/feature/parse-requirements

On Mon, May 25, 2015 at 9:14 AM, Jonas Lundberg [email protected]
wrote:

Could be done by recursive parse, but should probably be too slow since
each file would needed to be fetched from server for comparison. One could
instead change the -r usage the other way around, like using a master
requirements file for live environment in repo root and then for
dev/staging use a separate with debug-addons and a reference to the master.


Reply to this email directly or view it on GitHub
#2 (comment).

Joar Wandborg
wandborg.se

from blues.

Related Issues (12)

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.