Change repository links to reflect different versions of libreCMC {,core,legacy}
authorRISCi_ATOM <bob@bobcall.me>
Fri, 30 Jun 2017 21:22:17 +0000 (17:22 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 30 Jun 2017 21:22:17 +0000 (17:22 -0400)
include/feeds.mk
include/version.mk
package/base-files/image-config.in

index 054b5aa7965f01658f60a707311eb851a3dd0818..9ee6d261e838a8c2174ca603fb813932a0536956 100644 (file)
@@ -47,7 +47,7 @@ endef
 # 1: destination file
 define FeedSourcesAppend
 ( \
-  echo "src/gz %n_core %U/targets/%S/packages"; \
+  echo "src/gz %n_core %U/%S/packages"; \
   $(strip $(if $(CONFIG_PER_FEED_REPO), \
        $(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \
        $(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \
index b8b477d96461f7aa86ba7e77f4ed035f2aecaca5..faf2c7c8be069417735c590791fd6b532faf0c07 100644 (file)
@@ -40,7 +40,7 @@ VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK))
 VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
 
 VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://librecmc.org/librecmc)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://librecmc.org/librecmc/downloads/snapshots/%v)
 
 VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST))
 VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),libreCMC)
index 3cdb6df0c2860b197ae4253a92f47dcfc9097c22..fd231a4b381deb5067061cea635917234882603d 100644 (file)
@@ -190,7 +190,7 @@ if VERSIONOPT
        config VERSION_REPO
                string
                prompt "Release repository"
-               default "http://downloads.lede-project.org/releases/17.01-SNAPSHOT"
+               default "https://librecmc.org/librecmc/downloads/snapshots/%v"
                help
                        This is the repository address embedded in the image, it defaults
                        to the trunk snapshot repo; the url may contain the following placeholders: