f2ccb2fe31
* fixed include/exclude filtering * add '--' to git log command if file/dir equal revision exists * add '--source' to git log command * disabled consider-using-with in .pylint*rc * package .gitignore files * Fix version _none_ generate tarball with '-' * Prevent KeyError in check_for_branch_request method * removed skipped test case (obsolete since 5 yrs) * testing for obscpio/obsinfo * fix regression - obsinfo included the version string * Revert "remove useless variables" * remove useless variables * added param --without-version * extracted dstname to _dstname * cleanup TarSCM/tasks.py for pylint * add date/time to logging output for better debugging * Fix typos OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=301
20 lines
672 B
Bash
20 lines
672 B
Bash
pkgname=obs-service-tar_scm
|
|
pkgver=0.10.26.1623775884.87f49a8
|
|
pkgrel=0
|
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
|
arch=('any')
|
|
url="https://github.com/openSUSE/obs-service-tar_scm"
|
|
license=('GPL3')
|
|
groups=('base-devel')
|
|
makedepends=('python' 'python-yaml' 'python-dateutil' 'python-lxml' 'python-mock' 'bzr' 'git' 'mercurial' 'subversion' )
|
|
depends=('python' 'python-yaml' 'python-dateutil' 'python-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
|
|
source=("obs-service-tar_scm-${pkgver}.tar.gz")
|
|
provides=('obs-service-tar')
|
|
sha256sums=('SKIP')
|
|
|
|
package() {
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
|
}
|
|
|