Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary change packages URL before the CD system generates valid one #97

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions imagebuilder-profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ADDITIONS_DIR="$PWD/additions"
## specify ipk repos to be included in the firmware (each repo in new line)
PACKAGE_REPOS="
# Override openwrt_core repo with Onion Core repo
src/gz openwrt_core http://downloads.onioniot.com/releases/$OPENWRT_VERSION/targets/$TARGET/$SUBTARGET/packages
src/gz onion_base http://downloads.onioniot.com/releases/$OPENWRT_VERSION/packages/$ARCH/base
src/gz onion_luci http://downloads.onioniot.com/releases/$OPENWRT_VERSION/packages/$ARCH/luci
src/gz onion_packages http://downloads.onioniot.com/releases/$OPENWRT_VERSION/packages/$ARCH/packages
src/gz onion_routing http://downloads.onioniot.com/releases/$OPENWRT_VERSION/packages/$ARCH/routing
src/gz onion_telephony http://downloads.onioniot.com/releases/$OPENWRT_VERSION/packages/$ARCH/telephony"
src/gz openwrt_core http://downloads.openwrt.org/releases/$OPENWRT_VERSION/targets/$TARGET/$SUBTARGET/packages
src/gz onion_base http://downloads.openwrt.org/releases/$OPENWRT_VERSION/packages/$ARCH/base
src/gz onion_luci http://downloads.openwrt.org/releases/$OPENWRT_VERSION/packages/$ARCH/luci
src/gz onion_packages http://downloads.openwrt.org/releases/$OPENWRT_VERSION/packages/$ARCH/packages
src/gz onion_routing http://downloads.openwrt.org/releases/$OPENWRT_VERSION/packages/$ARCH/routing
src/gz onion_telephony http://downloads.openwrt.org/releases/$OPENWRT_VERSION/packages/$ARCH/telephony"

# use different repo for dev vs release builds
if [ "$DEV_BUILD" != "" ]; then
Expand Down