Skip to content
Snippets Groups Projects
Verified Commit 74252b8a authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

oneshot: Remove stable-new branch

parent 88555c1d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# We accidentally published for some time feeds with stable-new branch
sed -i 's|^\([^#]*https://api.turris.cz/openwrt-repo/.*\)\(-stable-new\)\(/.*\)|\1\3|' /etc/opkg/distfeeds.conf
if [ "`uci -q get updater.override.branch`" = stable-new ]; then
uci delete updater.override
uci commit
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment