Package Details: osc 1.11.1-1

Git Clone URL: https://aur.archlinux.org/osc.git (read-only, click to copy)
Package Base: osc
Description: Command line client for the openSUSE Build Service
Upstream URL: https://github.com/openSUSE/osc
Licenses: GPL2
Conflicts: osc-bash-completion, osc-git, zsh-completion-osc
Replaces: osc-bash-completion, zsh-completion-osc
Submitter: bwalle
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 53
Popularity: 1.12
First Submitted: 2008-04-05 17:38 (UTC)
Last Updated: 2025-04-08 20:24 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

pnorcks commented on 2011-05-09 19:17 (UTC)

0.131 is out

jonnor commented on 2011-03-15 16:00 (UTC)

130.1 is out.

jonnor commented on 2011-03-15 15:27 (UTC)

Dependencies are wrong, should depend on python2 not python. Also, the explicit makedepends on python is not neccesary.

nevat79 commented on 2011-01-05 07:17 (UTC)

Add "git" package to osc dependencies.

dundee commented on 2010-10-21 13:35 (UTC)

Use python2 instead of python in build() build() { cd $startdir/src msg "Connecting to gitorious.org server...." git clone git://gitorious.org/opensuse/osc.git osc-$pkgver cd osc-$pkgver git checkout $pkgver -- python2 setup.py build mkdir -p $startdir/pkg/ python2 setup.py install --prefix=/usr --root=$startdir/pkg cd $startdir/pkg/usr/bin ln -s osc-wrapper.py osc cd - }