Reprepro: Ignore hidden packages
This commit is contained in:
parent
66ebcf6947
commit
f66af4977d
|
@ -177,7 +177,7 @@ main() { # {{{
|
||||||
rm --force -- "${packages_list_file}"
|
rm --force -- "${packages_list_file}"
|
||||||
debug_message "main − \
|
debug_message "main − \
|
||||||
Get the list of .deb files to manage from ${reprepro_dir} directory and store it to ${packages_list_file} file."
|
Get the list of .deb files to manage from ${reprepro_dir} directory and store it to ${packages_list_file} file."
|
||||||
find "${reprepro_dir}" -maxdepth 1 -type f -iname "*.deb" > "${packages_list_file}"
|
find "${reprepro_dir}" -maxdepth 1 -type f -iname "*.deb" -not -name ".*" > "${packages_list_file}"
|
||||||
## }}}
|
## }}}
|
||||||
|
|
||||||
## If the list of .deb files to manage is empty {{{
|
## If the list of .deb files to manage is empty {{{
|
||||||
|
|
Loading…
Reference in New Issue