Actions
tickets #12562
closed[Open Build Service - Arch Linux] Adding "community" repositories
Start date:
Due date:
2017-02-20
% Done:
0%
Estimated time:
Description
Good afternoon,
as in title, I'm requesting the possibility for all the users of having
community packages integrated inside the Open Build Service build system.
This would avoid many problems for many users, me included, who can't
build their packages due to missing dependencies.
E.g. the package python-packaging in "Arch:Extra" requires as
dependency python-pyparsing, present in the Arch Linux community
repositories, but not available in the build system (as there's no
"Arch:Community").
I have created here the meta for the possible Arch:Community project:
<title>Arch Linux Community</title>
This project is only defining the Arch Linux base system.
It is used to build Arch Linux add-on packages.
x86_64
i586
---
I hope you will consider my request.
Thanks a lot.
--
Giovanni Santini
My blog: http://giovannisantini.tk
My code: https://github.com/ItachiSan
My code, again: https://gitlab.com/u/ItachiSan
My Twitter: https://twitter.com/santini__gio
My Facebook: https://www.facebook.com/giovanni.santini
My Google+: https://plus.google.com/+GiovanniSantini/
My GPG: 2FADEBF5
Updated by ItachiSan almost 9 years ago
Unluckily, the code wasn't formatted as expected.
This should be fine:
<project name="Arch:Community">
<title>Arch Linux Community</title>
<description>This project is only defining the Arch Linux base system.
It is used to build Arch Linux add-on packages.</description>
<person userid="SOME_MAINTAINER_HERE" role="maintainer"/>
<publish>
<disable/>
</publish>
<repository name="standard">
<!-- Using the same URL of Arch:Core and Arch:Extra -->
<download arch="x86_64"
url="http://ftp5.gwdg.de/pub/linux/archlinux/community/os/x86_64"
repotype="arch"/>
<download arch="i586"
url="http://ftp5.gwdg.de/pub/linux/archlinux/community/os/i686"
repotype="arch"/>
<path project="Arch:Extra" repository="standard"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
</project>
Updated by Anonymous about 8 years ago
- Assignee changed from Anonymous to opensuse-admin-obs
something for adrian and lars' team
Actions