re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 11:28:26 +02:00
parent b9eaf0ca4b
commit 59c6a32186
3 changed files with 1 additions and 27 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/jsr-305-20130910svn.tgz
jsr-305-0.4.20090319.tar.xz
/jsr-305-20130910svn.tgz

View File

@ -1,8 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_contexts:
- osci_compose_gate
rules:
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}

View File

@ -1,18 +0,0 @@
#!/bin/bash
set -e
name=jsr-305
version="$(sed -n 's/Version:\s*//p' *.spec)"
rm -rf "${name}-${version}"
git clone 'https://github.com/amaembo/jsr-305'
pushd 'jsr-305'
git checkout 'd7734b13c61492982784560ed5b4f4bd6cf9bb2c'
popd
mv 'jsr-305' "${name}-${version}"
rm -f "${name}-${version}.tar.gz"
tar -czf "${name}-${version}.tar.gz" "${name}-${version}"
rm -rf "${name}-${version}"