#------------------ #PKG_DOCS_PET_REPOS - where to download the pet pkgs databases from. #------------------ # 1|2|3 # 1 - domain. for testing the url. # 2 - full URI of the database file. # 3 - name of db file when local and after being processed into standard format # (in the case of PET databases, the names are the same and no processing is required) if [ "${BUILD_FROM_WOOF//;/_}" != "$BUILD_FROM_WOOF" ] ; then WCE_BRANCH="${BUILD_FROM_WOOF%%;*}" #cut -f 1 -d ';' else WCE_BRANCH=testing fi # TODO: remove this when C201 support lands in testing WCE_BRANCH=testing PKG_DOCS_PET_REPOS=" z|https://smokey01.com/radky/bwp64/Packages-puppy-dpup64-extra|z z|https://raw.githubusercontent.com/puppylinux-woof-CE/woof-CE/${WCE_BRANCH}/woof-distro/Packages-puppy-noarch-official|z " #--------- #PET_REPOS - hardcode the pet repos in here... #--------- # 1|2|3 # 1 - domain. for testing the url. # 2 - full URI of the repo # 3 - name of db-file(s) associated with that repo. it may have glob wildcards. # ex: Packages-puppy-4-official (note, url paths are in the database) PET_REPOS=" z|https://smokey01.com/radky/bwp64/extras|Packages-puppy-dpup64-extra z|https://raw.githubusercontent.com/puppylinux-woof-CE/woof-CE-noarch/master|Packages-puppy-noarch-official " #---------------------- #PACKAGELISTS_PET_ORDER #---------------------- # this defines where Woof (and PPM) looks first and second # (and third, etc.) for pet pkgs PACKAGELISTS_PET_ORDER=" Packages-puppy-dpup64-extra Packages-puppy-noarch-official " #--------------- # fix variables #--------------- PKG_DOCS_PET_REPOS="$(echo $PKG_DOCS_PET_REPOS)" PET_REPOS="$(echo $PET_REPOS)" PACKAGELISTS_PET_ORDER="$(echo $PACKAGELISTS_PET_ORDER)"