mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: update_package: ignore the feed if not hash is used
This commit is contained in:
parent
a626c678c5
commit
8f0df36664
1 changed files with 1 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ check_feeds()
|
|||
for feed in `echo $feeds`
|
||||
do
|
||||
feed_hash=$(feeds_hash $feed)
|
||||
[ -n "$feed_hash" ] || continue
|
||||
if [ -d feeds/$feed ]; then
|
||||
in_git=$(cd feeds/$feed; git rev-parse HEAD)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue