diff options
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index bcf5e03042..8fbcbefa4b 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -10,12 +10,13 @@ DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" FEED_URIS += " \ - upgrades##http://openzaurus.org/official/unstable/3.5.3/upgrades/ \ - machine##http://openzaurus.org/official/unstable/3.5.3/feed/machine/${MACHINE} \ - base##http://openzaurus.org/official/unstable/3.5.3/feed/base/ \ - libs##http://openzaurus.org/official/unstable/3.5.3/feed/libs/ \ - console##http://openzaurus.org/official/unstable/3.5.3/feed/console \ - devel##http://openzaurus.org/official/unstable/3.5.3/feed/devel" + upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ +upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ + machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ + base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ + libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ + console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ + devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" # CVSDATE = "20050704" |