Giter Site home page Giter Site logo

Comments (3)

ludofleury avatar ludofleury commented on June 21, 2024

Sorry, i didnt get you at all
On Wed, 16 Mar 2016 at 14:55, Ramūnas Dronga [email protected]
wrote:

When instance of satisfy is added to composer config, satis gets
packages(branches) from previously generated definitions. Even if branch is
removed from vcs repository, satis keeps them and shows as available
version.

This issue creates stale packages in composer repository and leads to
problems when someone tries to install missing branch.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#59

from satisfy.

ramunasd avatar ramunasd commented on June 21, 2024

@ludofleury don't worry, i also didn't got from first try :)

Imagine situation when certain user has satis repository and runs satis build periodically. Let's say web url of repository is myrepo.example.com. What happens if this user in it's ~/.composer/config.json has something like this:

{
    "config": {
    },
    "repositories": {
        "example": {
            "type": "composer",
            "url": "http://myrepo.example.com"
        }
    }
}

In this case every time user does satis build, satis takes all repositories (excluding packagist.org), fetches all packages from there and adds to list of available ones. Even if package was removed from VCS, it exists in last build and remains in next ones.

Well, this bug comes not from satisfy itself, but i'm still noticing here.

from satisfy.

ludofleury avatar ludofleury commented on June 21, 2024

oh wow. It's on satis I think. Did you open a report there ?

from satisfy.

Related Issues (20)

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.