From 5009ae57d9173233380f4b279d5f767695c224e6 Mon Sep 17 00:00:00 2001
From: Arne Teuke
Date: Tue, 10 Apr 2018 12:56:10 +0200
Subject: [PATCH 1/2] added dev branch
---
Gemfile | 3 ++-
Jenkinsfile | 13 ++++++++-----
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/Gemfile b/Gemfile
index f1c0ec8..628327e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ gem 'puppet-strings'
gem 'rake'
gem 'semantic_puppet'
gem 'rgen'
+gem 'public_suffix', '<= 2.0.5'
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
@@ -18,5 +19,5 @@ if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
gem 'rake', '~> 10.0'
else
# rubocop requires ruby >= 1.9
- gem 'rubocop'
+ gem 'rubocop', '<= 0.50.0'
end
diff --git a/Jenkinsfile b/Jenkinsfile
index e88dff1..f40a842 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
stage('pulling master before adding files') {
steps {
- sshagent(['0c22dc63-2ae0-4ad5-98e0-65aa0f0f411g']) {
+ sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh '''git config user.name "Jenkins Server"
git config user.email jenkins@confdroid.com
git pull origin master
@@ -24,10 +24,11 @@ pipeline {
stage('puppet-lint tests') {
steps {
- sh '''find . -iname *.pp -exec puppet-lint \\
+ sh '''find . -iname *.pp -exec /var/lib/jenkins/bin/puppet-lint \\
--no-class_inherits_from_params_class-check \\
--no-variable_scope-check \\
--no-80chars-check \\
+ --no-140chars-check \\
--no-arrow_alignment-check \\
--no-autoloader_layout-check \\
--log-format "%{path}:%{line}:%{check}:%{KIND}:%{message}" {} \\;'''
@@ -96,7 +97,7 @@ Changelog of Git Changelog.
{{#commits}}
-{{hash}} {{authorName}} {{commitTime}}
+{{hash}} {{authorName}} {{commitTime}}
{{{messageTitle}}}
@@ -129,7 +130,7 @@ Changelog of Git Changelog.
{{/hasIssue}}
{{#commits}}
-[https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/{{hash}} {{hash}}] {{authorName}} {{commitTime}}
+[https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/{{hash}} {{hash}}] {{authorName}} {{commitTime}}
\'\'\'{{{messageTitle}}}\'\'\'
@@ -202,9 +203,11 @@ Changelog of Git Changelog.
}
}
+
+
stage('recommit changes to repo') {
steps {
- sshagent(['0c22dc63-2ae0-4ad5-98e0-65aa0f0f411g']) {
+ sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh '''git config user.name "Jenkins Server"
git config user.email jenkins@confdroid.com
echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"`
From 406a049bcef19c7cd51129a5094cb87d38c6d9a3 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Tue, 10 Apr 2018 12:56:53 +0200
Subject: [PATCH 2/2] recommit for updates in build 1
---
CHANGELOG.md | 148 +++++++++++-------
REPOSTRUCTURE.md | 56 -------
doc/_index.html | 8 +-
doc/css/style.css | 7 +
doc/file.README.html | 6 +-
doc/frames.html | 2 +-
doc/index.html | 6 +-
doc/puppet_classes/cd_apache.html | 6 +-
.../cd_apache_3A_3Amain_3A_3Aconfig.html | 6 +-
doc/puppet_classes/cd_apache_3A_3Aparams.html | 6 +-
.../cd_apache_3A_3Aserver_3A_3Adirs.html | 6 +-
.../cd_apache_3A_3Aserver_3A_3Afiles.html | 6 +-
.../cd_apache_3A_3Aserver_3A_3Ainstall.html | 6 +-
.../cd_apache_3A_3Aserver_3A_3Aservice.html | 6 +-
.../cd_apache_3A_3Aserver_3A_3Auser.html | 6 +-
doc/top-level-namespace.html | 6 +-
tests/UTF_Files | 1 +
17 files changed, 123 insertions(+), 165 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1640d00..a148635 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,32 +8,62 @@ Changelog of Git Changelog.
No issue
-5556fd1ec6fdd8d Jenkins Server 2017-07-11 17:12:52
+692569d70082d85 Jenkins Server 2017-07-11 17:27:24
+
+
recommit for updates in build 20
+
+
+Documentation by YARD 0.9.9
+
Documentation by YARD 0.9.12
Alphabetic Index
@@ -137,9 +137,7 @@
diff --git a/doc/css/style.css b/doc/css/style.css
index f682a69..57e8f9d 100644
--- a/doc/css/style.css
+++ b/doc/css/style.css
@@ -484,6 +484,13 @@ pre.code .rubyid_backref,
pre.code .rubyid_nth_ref { color: #6D79DE; }
pre.code .regexp, .dregexp { color: #036A07; }
pre.code a { border-bottom: 1px dotted #bbf; }
+/* inline code */
+p > code {
+ padding: 1px 3px 1px 3px;
+ border: 1px solid #E1E1E8;
+ background: #F7F7F9;
+ border-radius: 4px;
+}
/* Color fix for links */
#content .summary_desc pre.code .id > .object_link a, /* identifier */
diff --git a/doc/file.README.html b/doc/file.README.html
index 95d7256..88e5f05 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -6,7 +6,7 @@
File: README
- — Documentation by YARD 0.9.9
+ — Documentation by YARD 0.9.12
@@ -279,9 +279,7 @@ environments.
diff --git a/doc/frames.html b/doc/frames.html
index 0cb1371..42ca6b6 100644
--- a/doc/frames.html
+++ b/doc/frames.html
@@ -2,7 +2,7 @@