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
9
Merge Requests
9
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
569ae299
Commit
569ae299
authored
May 14, 2019
by
Nico Schottelius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[__package_apk] fix / add support for @yrepo syntax
parent
66cdbc52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
cdist/conf/type/__package_apk/explorer/state
cdist/conf/type/__package_apk/explorer/state
+4
-0
docs/changelog
docs/changelog
+3
-0
No files found.
cdist/conf/type/__package_apk/explorer/state
View file @
569ae299
...
@@ -27,6 +27,10 @@ else
...
@@ -27,6 +27,10 @@ else
name
=
"
$__object_id
"
name
=
"
$__object_id
"
fi
fi
# Remove the @.. repo tag for finding out whether it is installed
# f.i. pass@testing => pass
name
=
"
$(
echo
"
$name
"
|
sed
's/@.*//'
)
"
if
[
"
$(
apk list
-I
"
$name
"
)
"
]
;
then
if
[
"
$(
apk list
-I
"
$name
"
)
"
]
;
then
echo
present
echo
present
else
else
...
...
docs/changelog
View file @
569ae299
Changelog
Changelog
---------
---------
next:
* Type __package_apk: Fix @repo handling in explorer (Nico Schottelius)
5.0.1: 2019-05-09
5.0.1: 2019-05-09
* Documentation: Add 'Perils of CDIST_ORDER_DEPENDENCY' sub-section (Darko Poljak)
* Documentation: Add 'Perils of CDIST_ORDER_DEPENDENCY' sub-section (Darko Poljak)
* Build: Clean and separate end user targets into Makefile and maintainer targets into build-helper (Darko Poljak)
* Build: Clean and separate end user targets into Makefile and maintainer targets into build-helper (Darko Poljak)
...
...
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