Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
cdist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
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
ungleich-public
cdist
Commits
58cbe53e
Commit
58cbe53e
authored
Dec 05, 2019
by
Evil Ham
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.ungleich.ch/ungleich-public/cdist
parents
4f21bf53
320f962e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
679 additions
and
12 deletions
+679
-12
.gitlab-ci.yml
.gitlab-ci.yml
+0
-10
LICENSE
LICENSE
+674
-0
cdist/conf/type/__package_update_index/gencode-remote
cdist/conf/type/__package_update_index/gencode-remote
+2
-2
docs/changelog
docs/changelog
+3
-0
No files found.
.gitlab-ci.yml
View file @
58cbe53e
...
...
@@ -3,26 +3,16 @@ stages:
unit_tests
:
stage
:
test
before_script
:
-
'
apk
update'
-
'
apk
add
python3'
script
:
-
./bin/build-helper version
-
./bin/build-helper test
pycodestyle
:
stage
:
test
before_script
:
-
'
apk
update'
-
'
apk
add
python3
py3-pycodestyle'
-
'
ln
-f
-s
/usr/bin/pycodestyle-3
/usr/bin/pycodestyle'
script
:
-
./bin/build-helper pycodestyle
shellcheck
:
stage
:
test
before_script
:
-
'
wget
https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz'
-
'
tar
xf
shellcheck-stable.linux.x86_64.tar.xz
&&
mv
shellcheck-stable/shellcheck
/usr/bin/'
script
:
-
./bin/build-helper shellcheck
LICENSE
0 → 100644
View file @
58cbe53e
This diff is collapsed.
Click to expand it.
cdist/conf/type/__package_update_index/gencode-remote
View file @
58cbe53e
...
...
@@ -47,9 +47,9 @@ case "$type" in
echo
"pacman --noprogressbar --sync --refresh"
echo
"pacman package database synced (age was:
$currage
)"
>>
"
$__messages_out
"
;;
a
lpine
)
a
pk
)
echo
"apk update"
echo
"apk package database updated."
echo
"apk package database updated."
>>
"
$__messages_out
"
;;
*
)
echo
"Don't know how to manage packages for type:
$type
"
>
&2
...
...
docs/changelog
View file @
58cbe53e
...
...
@@ -2,6 +2,9 @@ Changelog
---------
next:
* Type __package_update_index: Fix Alpine part (Dominique Roux)
6.2.0: 2019-11-30
* Core: Redefine/reimplement/fix CDIST_ORDER_DEPENDENCY (Darko Poljak)
6.1.1: 2019-11-26
...
...
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