Put haiku repository onto image.
* Now that system updates seem to work properly, put the haiku repository config and cache file onto the image automatically. * Adjust URL of haiku repository (it is currently redirected to some other URL at download.haiku-os.org, but that will be changed later).
This commit is contained in:
@@ -24,9 +24,4 @@ if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||
packages += webpositive ;
|
||||
}
|
||||
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg)
|
||||
: http://www.haiku-files.org/haiku/master/repo/$(TARGET_PACKAGING_ARCH)/$(HAIKU_VERSION)_$version
|
||||
: [ DetermineEffectiveHaikuRevision ]
|
||||
# TODO: Remove the URL and the version file argument once the repository
|
||||
# is available on haiku-os.org as specified in the repository info.
|
||||
;
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
||||
|
||||
Reference in New Issue
Block a user