Skip to content

Commit

Permalink
deprecate maintainer file
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 18, 2014
1 parent 4707f33 commit 38d31bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Martin Vidner <mvidner@suse.cz>
Deprecated file. Use `osc maintainer yast2-devtools` instead.
8 changes: 7 additions & 1 deletion jenkins-tools/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<project>
<actions/>
<description/>
<logRotator class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.plugins.git.GitSCM" plugin="git@2.0">
Expand Down Expand Up @@ -48,4 +54,4 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
</project>
</project>

0 comments on commit 38d31bb

Please sign in to comment.