Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libformula-1.1.3-jarsdeleted.zip
|
/libformula-1.1.3-jarsdeleted.zip
|
||||||
|
@ -1 +0,0 @@
|
|||||||
8851047b09a06aa2b58a409196d8d61afaca9ea9 SOURCES/libformula-1.1.3-jarsdeleted.zip
|
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||||
|
|
@ -35,7 +35,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
|||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s -p lib commons-logging-api libbase
|
build-jar-repository -s -p lib commons-logging-api libbase
|
||||||
cd lib
|
cd lib
|
||||||
ln -s %{_javadir}/ant ant-contrib
|
ln -s /usr/share/java/ant ant-contrib
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant jar javadoc
|
ant jar javadoc
|
Loading…
Reference in New Issue
Block a user