Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
voms-api-java
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ellert
voms-api-java
Commits
a6faaa5d
Commit
a6faaa5d
authored
11 years ago
by
Mattias Ellert
Browse files
Options
Downloads
Patches
Plain Diff
Disable CRL tests
parent
1c93c3cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/voms-api-java-test.patch
+1
-1
1 addition, 1 deletion
debian/patches/voms-api-java-test.patch
with
7 additions
and
1 deletion
debian/changelog
+
6
−
0
View file @
a6faaa5d
voms-api-java (2.0.10-2) unstable; urgency=low
* Disable CRL tests - the CRL in the sources has expired (Closes: #726229)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Mon, 14 Oct 2013 16:57:04 +0200
voms-api-java (2.0.10-1) unstable; urgency=low
* Update to version 2.0.10
...
...
This diff is collapsed.
Click to expand it.
debian/patches/voms-api-java-test.patch
+
1
−
1
View file @
a6faaa5d
...
...
@@ -6,7 +6,7 @@ diff -ur voms-api-java-2_0_10.orig/pom.xml voms-api-java-2_0_10/pom.xml
<assembly.javadoc.dir>/usr/share/javadoc/${project.name}</assembly.javadoc.dir>
<bouncycastle.version>1.48</bouncycastle.version>
- <excludedTests>**/LoadTest.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java
,**/TestCRL.java
</excludedTests>
</properties>
<profiles>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment