mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
chore: update code comments
This commit is contained in:
parent
cd20e31dd9
commit
29f855a3e0
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@ get_ordered_crates() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Gathers metadata (name, version, path) for all packages that
|
# Gathers metadata (name, version) for all packages that
|
||||||
# are allowed to be published, keeping the required build order.
|
# are allowed to be published, keeping the required build order.
|
||||||
#
|
#
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# $1 - The ordered list of crate names (output of get_ordered_crates)
|
# $1 - The ordered list of crate names (output of get_ordered_crates)
|
||||||
#
|
#
|
||||||
# Returns: A list of packages in the format: "name version manifest_path"
|
# Returns: A list of packages in the format: "name version"
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
get_publishable_packages() {
|
get_publishable_packages() {
|
||||||
local ordered_names="$1"
|
local ordered_names="$1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue