Request #2882
Add src packages to donwload repository
Status: | Closed | Start date: | 05/08/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Packaging | |||
Target version: | - | |||
Pull request: |
Description
Hi,
It would be nice to be able to download src packages (deb-src, src.rpm...) from repository (http://downloads.opennebula.org/repo/)
It is a very clever way to maintain a production system when you have to apply a patch and rebuild from source.
Thank you,
Laurent
History
#1 Updated by Jaime Melis about 7 years ago
Source Packages are already available inside the package tarballs:
$ curl -s http://downloads.opennebula.org/packages/opennebula-4.6.1/Debian-7/Debian-7-opennebula-4.6.1-1.tar.gz | tar tvzf - | grep source drwxrwxr-x root/root 0 2014-05-20 18:24 opennebula-4.6.1-1/source/ -rw-rw-r-- root/root 3404738 2014-05-20 17:59 opennebula-4.6.1-1/source/opennebula_4.6.1.orig.tar.gz -rw-r--r-- root/root 1874 2014-05-20 18:20 opennebula-4.6.1-1/source/opennebula_4.6.1-1.dsc -rw-r--r-- root/root 1591686 2014-05-20 18:20 opennebula-4.6.1-1/source/opennebula_4.6.1-1.debian.tar.gz $ curl -s http://downloads.opennebula.org/packages/opennebula-4.6.1/CentOS-6/CentOS-6-opennebula-4.6.1-1.tar.gz | tar tvzf - | grep src drwxrwxr-x root/root 0 2014-05-20 18:02 opennebula-4.6.1-1/src/ -rw-rw-r-- root/root 4989101 2014-05-20 18:02 opennebula-4.6.1-1/src/opennebula-4.6.1-1.src.rpm
Is this enough or do you require the source repos as well? It's an overhead we'd like to avoid...
#2 Updated by Laurent Grawet about 7 years ago
Ok, that's fine !
I'm using online repository and only looked at src tar.gz, so I couldn't find src packages...
#3 Updated by Ruben S. Montero almost 7 years ago
- Status changed from Pending to Closed