diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-27 23:43:55 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-27 23:43:55 +0000 |
commit | 623d64af9dd888a91778b3ff10aa1f07e98a543c (patch) | |
tree | ab75ab34843cb379ddd7742f811e05e17d8e165f | |
parent | b5222ed0aa16f3caabe7fa64e658cdcc1e567de8 (diff) | |
download | repoctl-623d64af9dd888a91778b3ff10aa1f07e98a543c.tar repoctl-623d64af9dd888a91778b3ff10aa1f07e98a543c.tar.gz repoctl-623d64af9dd888a91778b3ff10aa1f07e98a543c.tar.bz2 repoctl-623d64af9dd888a91778b3ff10aa1f07e98a543c.tar.xz repoctl-623d64af9dd888a91778b3ff10aa1f07e98a543c.zip |
check distro section in update_hdlists
-rw-r--r-- | functions | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ function update_hdlists() local section="$2" local sectionrepo="$3" + check_distro_section "$distrorelease" "$section" "$sectionrepo" for arch in $arches do update_hdlist "$distribdir/$distrorelease/$arch/media/$section/$sectionrepo" |