Code Monkey home page Code Monkey logo

Comments (5)

ilya-palachev avatar ilya-palachev commented on June 19, 2024

Unfortunately, I don't remember the details about rpmrebuild clearly.

Is it ok to skip rpmrebuild stage?

If the use case is at used to be, no.

What is the correct way to build and install it?

Doesn't we describe it in the setup.py script?

I got rpmrebuild.tar with 0 byte size.

Could you provide more details, with what conditions, with what use case do you get rpmrebuild.tar with 0 byte size. Does it happen during combirepo Deb package building? Or at combirepo runtime?

Why yum is set instead of zypp with --disable-rpm-patching option enabled?

If I recall correctly, yum is more stable that zypp. I've tried them both, but due to the C++-to-python bindings, zypp is very hard to debug, so I preferred yum since it was the only package manager from these two, that I succeeded to make work in the use case.

from combirepo.

a-lyupa avatar a-lyupa commented on June 19, 2024

Doesn't we describe it in the setup.py script?
Could you provide more details, with what conditions, with what use case do you get rpmrebuild.tar with 0 byte size. Does it happen during combirepo Deb package building? Or at combirepo runtime?

I executed
`$ python -m pip install stdeb --user
$ ./setup.py sdist
$ ./setup.py --command-packages=stdeb.command bdist_deb
After that it can be installed as follows:

$ sudo dpkg -i deb_dist/combirepo_*.deb`

as it is described in README.

from combirepo.

ilya-palachev avatar ilya-palachev commented on June 19, 2024

Could you check that rpmrebuild submodule has been initialized? It can be done via git submodules update or smth. like that. Usual git clone doesn't clones submodules.

from combirepo.

a-lyupa avatar a-lyupa commented on June 19, 2024

On my host rpmrebuild sources appear when I execute
git submodule init git submodule update

Why rpmrebuild is located on git.code.sf.net?

[submodule "combirepo/rpmrebuild"]
path = rpmrebuild
url = https://git.code.sf.net/p/rpmrebuild/git
revision = .

from combirepo.

ilya-palachev avatar ilya-palachev commented on June 19, 2024

Did it help?

Why rpmrebuild is located on git.code.sf.net?

For the time when it we added it, it was the main repo of that tool.

from combirepo.

Related Issues (3)

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.