Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] folder as sources #9423 #9502

Open
damianatorrpm opened this issue May 6, 2020 · 3 comments
Open

[feature] folder as sources #9423 #9502

damianatorrpm opened this issue May 6, 2020 · 3 comments
Labels

Comments

@damianatorrpm
Copy link

Is your feature request related to a problem? Please describe.
I would like to replace git workflow completely with OBS.

Describe the solution you'd like
OBS already has re-visioning per package.
The current scheme is

foo.tar.gz
foo.spec

It would be very handy for smaller code adjustments to foo
this to be possible:

foo/   #this is the uncompressed source directory instead of tar.gz
foo.spec

1) using OBS web editor navigate to foo/main.cpp
2) make changes to foo/main.cpp
3) OBS service compresses foo/ directory.
4) OBS builds foo.
@saraycp saraycp added the Feature label May 6, 2020
@dcermak
Copy link
Contributor

dcermak commented May 7, 2020

I am honestly not sure that this is a good idea: OBS is primarily a build system for packages that should be build from upstream sources. Modifying the sources easily is imho a dangerous path as it encourages maintainers to be lazy and not contribute back. But if you now allow changes to be made without even creating patches…

@damianatorrpm
Copy link
Author

The idea is where the maintainer is also upstream.

@dcermak
Copy link
Contributor

dcermak commented May 8, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants