Giter VIP home page Giter VIP logo

Comments (2)

bowlofeggs avatar bowlofeggs commented on July 17, 2024 1

I need to provide a URL in my spec file to a tarball of the sources I am using to build the package which would preferably come from a trusted source (like the project upstream). So unfortunately, I won't be able to use git to get the sources in the spec file. Perhaps I could use git to generate the sources and host them myself somewhere.

Thanks for considering the issue!

Just in case you are interested, I've submitted a package review for Fedora here:

https://bugzilla.redhat.com/show_bug.cgi?id=1413434

from languages.

mlocati avatar mlocati commented on July 17, 2024

I'd prefer to keep the downloadable ZIP archive as clean as possible (it's used by composer, and 99% of users does not need the tests and all the extra files excluded from the archive.)

To have a local copy of everything that's in the repository (so, tests stuff and readme), you could do something like this:

git clone \
    --branch 2.1.3 \
    --depth 1 \
    https://github.com/mlocati/cldr-to-gettext-plural-rules.git cldr-to-gettext-plural-rules

rm -rf \
    cldr-to-gettext-plural-rules/.git* \
    cldr-to-gettext-plural-rules/.travis.yml

from languages.

Related Issues (13)

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.