Package Details: osc-build-git 20111013-1

Package Base: osc-build-git
Description: The build software used for Open Build Service - git
Upstream URL: http://build.opensuse.org
Category: devel
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2010-08-05 12:32
Last Updated: 2011-10-13 10:06

Required by (0)

Sources

Latest Comments

Comment by JonnyJD

2013-01-19 01:54

The project is called obs-build and this shoudl also be the name of the package.

I added this as a new package: https://aur.archlinux.org/packages/obs-build-git

Comment by jonnor

2012-11-29 17:10

Not using this anymore, orphaning.
git urls still needs to be updated

Comment by pnorcks

2012-01-19 02:17

Development for this project moved to github:

https://github.com/openSUSE/obs-build

Anonymous comment

2011-10-14 20:40

there is no 'builddepends' variable in ArchLinux, use 'makedepends' instead.
Is 'subversion' really needed to build the package? In any case 'git' should be added to 'makedepends'.

-Armin

Comment by jonnor

2011-03-15 15:58

Below comment is fixed now.

Comment by jonnor

2011-02-23 17:38

The comment below points to a very serious packaging bug which still exists. Please fix ASAP.

Comment by jonnor

2010-12-16 12:25

The PKGBUILD contains an error which causes it to try to install packages outside $pkgdir. To fix, change
"make install" to "make install DESTDIR="$pkgdir""
Thanks