mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fix problem when the feed name is a substring of the URL.
iopsys feed matched also dev.iopsys.eu in the URL.
This commit is contained in:
parent
78fec47b65
commit
ac59ef0a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ insert_hash_in_feeds_config()
|
|||
local feed=$(get_feed_name ${PKG_DIR})
|
||||
local TO=$(cd ${PKG_DIR}; git rev-parse HEAD)
|
||||
|
||||
sed -i feeds.conf -e "/${feed}/ s/\(.*\)[;^].*/\1^${TO}/"
|
||||
sed -i feeds.conf -e "/ ${feed} / s/\(.*\)[;^].*/\1^${TO}/"
|
||||
git add feeds.conf
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue