Revert "repo rework: Re-add compatibility url field"
Revert "repo rework: Remove stubs; Breaks repo compat." Revert "repo rework: Remove need for repos to be self-aware" This reverts commita2b2f4d642. This reverts commit602076ef82. This reverts commit5ffaf72c8a. These changes break the build on Haiku and the ability to create repo mirrors, for the lack of a replacement for the URL (an UUID was evoked on the mailing lists, but not implemented). We are due for a release soon, please don't break the build.
This commit is contained in:
@@ -52,8 +52,4 @@ if $(webPositiveIsAvailable) {
|
||||
packages += webpositive ;
|
||||
}
|
||||
|
||||
local version = current ;
|
||||
#local version = $(HAIKU_VERSION) ;
|
||||
local remoteURL = http://packages.haiku-os.org/haiku/master/$(HAIKU_PACKAGING_ARCH)/$(version) ;
|
||||
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) : $(remoteURL) ;
|
||||
HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;
|
||||
|
||||
Reference in New Issue
Block a user