Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
tosca-definitions-dch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SustainLife
tosca-definitions-dch
Commits
3c69c7ff
Commit
3c69c7ff
authored
Jul 02, 2019
by
Philip Schildkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix invalid json
parent
f92d9e9b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_1.6.1-w1-wip1/files/install.sh
...mplates/CouchDB-IA-Install_1.6.1-w1-wip1/files/install.sh
+1
-1
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_1.6.1-w1-wip1/source/install.sh
...plates/CouchDB-IA-Install_1.6.1-w1-wip1/source/install.sh
+1
-1
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_2.3.1-w1-wip1/files/install.sh
...mplates/CouchDB-IA-Install_2.3.1-w1-wip1/files/install.sh
+2
-2
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_2.3.1-w1-wip1/source/install.sh
...plates/CouchDB-IA-Install_2.3.1-w1-wip1/source/install.sh
+2
-2
No files found.
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_1.6.1-w1-wip1/files/install.sh
View file @
3c69c7ff
...
...
@@ -31,7 +31,7 @@ fn_install() {
-H
"Content-Type: application/json"
\
-d
"{
\"
admins
\"
: {
\"
names
\"
: [
\"
$DBUser
\"
]
,
\"
names
\"
: [
\"
$DBUser
\"
]
}
}"
}
...
...
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_1.6.1-w1-wip1/source/install.sh
View file @
3c69c7ff
...
...
@@ -31,7 +31,7 @@ fn_install() {
-H
"Content-Type: application/json"
\
-d
"{
\"
admins
\"
: {
\"
names
\"
: [
\"
$DBUser
\"
]
,
\"
names
\"
: [
\"
$DBUser
\"
]
}
}"
}
...
...
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_2.3.1-w1-wip1/files/install.sh
View file @
3c69c7ff
...
...
@@ -31,7 +31,7 @@ fn_install() {
-H
"Content-Type: application/json"
\
-d
"{
\"
admins
\"
: {
\"
names
\"
: [
\"
$DBUser
\"
]
,
\"
names
\"
: [
\"
$DBUser
\"
]
}
}"
}
...
...
@@ -42,5 +42,5 @@ source /etc/lsb-release
sudo
apt-get
-qy
update
# flow
fn_pkginfo
&&
fn_
pkgrepo
&&
fn_pkginfo
&&
fn_
install
\
fn_pkginfo
&&
fn_install
\
||
echo
"ERROR=INSTALL:
$INSTALL_PACKAGE
"
artifacttemplates/http%3A%2F%2Fdch.uni-koeln.de%2Ftosca%2Fartifacttemplates/CouchDB-IA-Install_2.3.1-w1-wip1/source/install.sh
View file @
3c69c7ff
...
...
@@ -31,7 +31,7 @@ fn_install() {
-H
"Content-Type: application/json"
\
-d
"{
\"
admins
\"
: {
\"
names
\"
: [
\"
$DBUser
\"
]
,
\"
names
\"
: [
\"
$DBUser
\"
]
}
}"
}
...
...
@@ -42,5 +42,5 @@ source /etc/lsb-release
sudo
apt-get
-qy
update
# flow
fn_pkginfo
&&
fn_
pkgrepo
&&
fn_pkginfo
&&
fn_
install
\
fn_pkginfo
&&
fn_install
\
||
echo
"ERROR=INSTALL:
$INSTALL_PACKAGE
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment