genindex: improve some comments.
--HG-- extra : convert_revision : 7da94c9254a521dba13df51a53fd183d48470929
This commit is contained in:
parent
63059b0266
commit
f07233018b
|
@ -83,6 +83,9 @@ write_repo_pkgindex()
|
||||||
rm -rf $tmppkgdir
|
rm -rf $tmppkgdir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# No indentation is done here, because xbps-pkgdb does it for us.
|
||||||
|
#
|
||||||
write_repo_pkgindex_header()
|
write_repo_pkgindex_header()
|
||||||
{
|
{
|
||||||
local file="$1"
|
local file="$1"
|
||||||
|
@ -114,8 +117,7 @@ _EOF
|
||||||
|
|
||||||
#
|
#
|
||||||
# Function that writes the package's metadata dictionary into the
|
# Function that writes the package's metadata dictionary into the
|
||||||
# package index file for a repository. Proper indentation is done
|
# package index file for a repository.
|
||||||
# as well, thanks to the shell scripting magic :-)
|
|
||||||
#
|
#
|
||||||
write_repo_pkgindex_dict()
|
write_repo_pkgindex_dict()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue