Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
gitlab-deps
Commits
4eb28782
Commit
4eb28782
authored
Aug 23, 2020
by
ale
Browse files
Rename the dependencies file to have the correct extension
This isn't a JSON file.
parent
eeaa7809
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/start-server.sh
View file @
4eb28782
#!/bin/sh
deps_file
=
/var/lib/gitlab-deps/deps.
json
deps_file
=
/var/lib/gitlab-deps/deps.
list
if
[
-z
"
$GITLAB_URL
"
]
;
then
echo
"Gitlab-deps is not configured (GITLAB_URL empty)"
>
&2
...
...
contrib/update.sh
View file @
4eb28782
#!/bin/sh
deps_file
=
/var/lib/gitlab-deps/deps.
json
deps_file
=
/var/lib/gitlab-deps/deps.
list
reload
=
1
ret
=
0
...
...
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