Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
ecobytes
compose.libre.sh
Commits
0aee3670
Commit
0aee3670
authored
10 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Moves supported application to a file
parent
9d7ccf90
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SUPPORTED_APPLICATIONS
+1
-0
1 addition, 0 deletions
SUPPORTED_APPLICATIONS
tests/finish.sh
+3
-1
3 additions, 1 deletion
tests/finish.sh
tests/start.sh
+3
-1
3 additions, 1 deletion
tests/start.sh
with
7 additions
and
2 deletions
SUPPORTED_APPLICATIONS
0 → 100644
+
1
−
0
View file @
0aee3670
static wordpress known piwik owncloud
This diff is collapsed.
Click to expand it.
tests/finish.sh
+
3
−
1
View file @
0aee3670
#!/bin/bash -eux
#!/bin/bash -eux
ROOT_DIR
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
/..
systemctl list-units |
grep
-c
failed |
grep
0
systemctl list-units |
grep
-c
failed |
grep
0
applications
=(
static wordpress known piwik owncloud
)
applications
=(
`
cat
$ROOT_DIR
/SUPPORTED_APPLICATIONS
`
)
for
application
in
"
${
applications
[@]
}
"
for
application
in
"
${
applications
[@]
}
"
do
do
...
...
This diff is collapsed.
Click to expand it.
tests/start.sh
+
3
−
1
View file @
0aee3670
#!/bin/bash -eux
#!/bin/bash -eux
applications
=(
static wordpress known piwik owncloud
)
ROOT_DIR
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
/..
applications
=(
`
cat
$ROOT_DIR
/SUPPORTED_APPLICATIONS
`
)
for
application
in
"
${
applications
[@]
}
"
for
application
in
"
${
applications
[@]
}
"
do
do
...
...
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