Package Details: osc 1.6.2-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: 51
Popularity: 0.111399
First Submitted: 2008-04-05 17:38 (UTC)
Last Updated: 2024-04-29 22:14 (UTC)

Latest Comments

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

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 - }