Граф коммитов

71 Коммитов

Автор SHA1 Сообщение Дата
Daniel McIlvaney 294f6810b7
Support N+1 goal nodes for scheduler (#5798)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-11-08 14:33:47 -08:00
Trung 865013e1a2
toolkit: Add timestamp arguments to build_mariner_toolchain.sh (#6583)
- Add timestamp arguments to build_mariner_toolchain.sh
- Split tools.mk into tools.mk and chroot.mk, fix the include order in the main Makefile to use go tools in toolchain.mk
2023-10-30 11:05:31 -07:00
Sam Meluch 76c2ac1d12
Add sodiff to Fasttrack builds and PR checks (#6460)
* add PACKAGE_REBUILD_LIST for testing

* Add sodiff to 2.0

* Add documentation of SODIFF_OPTIONAL_SOURCES

* Add sodiff changes to makefile

* fix sodiff for 2.0

* comment updates to various makefiles and sodiff script

* add sodiff pipeline files

* fix spacking in PackageBuild.yml

* add logging to sodiff

* change logging for sodiff

* send dnf errors to dev/null

* bump json-glb version for testing

* bump jq and protobuf for testing

* Add failure condition for having packages present in summary

* add missing semicolon

* Revert "bump json-glb version for testing"

This reverts commit 30926dcac21826ee3ae487259a0bc2cc12bcdfe3.

* change return to exit

* move SodiffCheck template, add sodiff to PR check, change release ver to grep from mariner-release.spec

* correct parameteres to parameters

* update SodiffCheck.yml to strip whitepsace from mariner version

* fix configuration typos

* add srpm pack list for testing

* remove buildRepoRoot param from sodiff call

* remove testing changes with srpm pack list

* Revert "bump jq and protobuf for testing"

This reverts commit eff92ca649.

* remove out of date doc update

---------

Co-authored-by: Sam Meluch <sam.meluch@microsoft.com>
Co-authored-by: MateuszMalisz <mateusz.malisz@microsoft.com>
2023-10-18 16:11:11 -05:00
George Mileka ed212ad0d4
Add the repoquerywrapper tool. (#6390)
* Add the repoquerywrapper tool.

The repoquerywrapper tools creates a chroot, installs dnf packages, and
runs specific repoquery commands within that environment.

This tools allows us to run repoquery on systems that may not have repoquery
installed/available.

It also allows us to run queries that are not directly supported by repoquery -
for example, in this check-in, it allows us to check which packages in a list
are available on the target repros.

Such queries are very specific - and can be added incrementally to the tool as
the need arises.

* Fix formatting (make go-tidy-all).

* Fix typo in help message.
2023-10-17 13:46:04 -07:00
George Mileka a4101d67e4
Performance Improvement: Add support for downloading/uploading ccache archives (#6314)
* Add support for per-package ccache.

* Add support for removing ccache archives that are not the latest.

* Protect against failed ccache manager initialization.

* Update ccache configuration parameter dump.

* Use runtime build architecture instead of rpm node architecture.

* Fix error wrapping + minor changes.

* Fix formatting (make go-tidy-all).

* Fix typo in error message.
2023-10-17 10:57:36 -07:00
Daniel McIlvaney 2c70e82b5c
Unify behavior of `USE_PREVIEW_REPO` on url and repo lists (#6248)
* Unify behavior of `USE_PREVIEW_REPO` on url and repo lists

* Apply suggestions from code review

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Feedback

* Update help

---------

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-10-10 12:52:07 -07:00
reuben olinsky 5f00c91956
Add `help` target to toolkit Makefile (#6200)
* Introduces a basic pattern for ##help comments that allow expressing the help content for well-known variables and targets at their respective definition sites.
* Adds help Makefile target that extracts the ##help comments via sed/grep/awk and does a simple rendering of it to stdout.
* Adds help.mk, which documents the format of these comments and also includes the toplevel help preamble.
* Populates a set of initial ##help comments for commonly used targets and variables. The intention is for this to be easy to iterate on in-tree over time.
2023-09-21 11:44:39 -07:00
Daniel McIlvaney 1f2e2c2ffa
Make CONFIG_FILE default assignment consistent (#6259) 2023-09-21 10:21:43 -07:00
Daniel McIlvaney 3deebc19d0
Remove default CONFIG_FILE= (#6050)
Set `CONFIG_FILE=""` as the new default instead of `CONFIG_FILE="./imageconfigs/core-efi.json"`.

For teams that use the Mariner toolkit to build custom packages or images using the Mariner toolkit:
- Previously the toolkit would default to the core-efi.json image definition for all invocations.
  - This would result it building all packages required for that image definition when calling `make build-packages` in the core repo
  - This would mean that `make image` would succeed without explicitly setting a desired image config
- In future versions of the toolkit, CONFIG_FILE will default to “”
  - Package builds will no longer include extraneous packages that may be unneeded
  - Image builds will return an error if a config is not explicitly selected

 

Considerations:
- Packages like the kernel will no longer build during normal package builds unless requested. Set desired packages via PACKAGE_BUILD_LIST=”pkg1 pkg2 …”
- `make image` will no longer succeed without CONFIG_FILE=”/path/to/config.json” being set explicitly
2023-09-19 13:45:37 -07:00
sindhu-karri c97ac8a4d9
Grapher resolves cyclic dependencies from remote repos (#5572)
* add flag for grapher to resolve cycles by downloading RPM from repos in repolist
add flag to clear version. replace run node with remote node in lookupTable for graphpkgfetcher
send cloner object instead of multiple parameters

* add info to show cycle resolution and use pre-allocated array instead of counted size

* preallocate nodes instead of getting actual count and add info stmt

* Avoid clearing version in original node

* use a different directory for saving chroot

* revert new NodeTypes

* Revert "Avoid clearing version in original node"

This reverts commit e1f17452dbd0df2c5e17109fb3c5b8085cee57d3.

* graphpkgfetcher satisfy with fetched packages

* clear version only if package cannot be found with version

* add Info stmt to show how cycle is fixed

* use rpmsprovidedbySRPM

* Revert "use rpmsprovidedbySRPM"

This reverts commit 571e5be0d7ddb6819ecf998f5397dc46eabf805c.

* Revert "graphpkgfetcher satisfy with fetched packages"

This reverts commit 162882f0d41691011ac9bec4c82fc30aac37097f.

* Revert "Revert "Avoid clearing version in original node""

This reverts commit e36664cf5214aa7b180a369f42a0a9e05e41c13d.

* introduce clonerErr to avoid it tamper the return error

* sort is not deferred when adding remote node to lookup table

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* do not defer sort when adding remote node to lookup table

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* remove packageURLlist from grapher

* add disableDefaultrepos flag to grapher

* split MakeDAG

* continue on clonerErr

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* continue early if not buildToRunEdge

* function and arg name changes in replaceCurrentRunNodeWithNewNode

* return error from addRemoteToLookup if tried to add a nonRemote Node

* use proper tmp dir for grapher worker_chroot

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* drop extra debug print

* Try to break cycle with prebuilt RPMs before ignoring version

* Panic if AddRemoteToLookup is called with a non-remote node

* Remove debug function - printLookupTable

* Break inconsistancy in scheduler

Call AddRunToLookup in scheduler.go to avoid inconsistency of the
LookupTable

* Update toolkit/tools/internal/pkggraph/pkggraph.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/grapher/grapher.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Address review comments to

 * Functionalize the breaking cycle using upstream at a particular node
 * Update function namereplaceCurrentRunNodeWithNewNode to meaningful
   replaceSRPMBuildDependency

* Update proper name in function call

* Update toolkit/tools/internal/pkggraph/pkggraph.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Return proper error message from fixCyclesWithExistingRPMS

* Remove Add*ToLookup APIs

* Replace AllRunNodes with AllPreferredRunNodes and make AllRunNodes
travers the entire graph

* Elaborate comments for AllPreferredRunNodes

* Adding suggestions.

* Remove unnecessary assignment in pkggraph.go

---------

Co-authored-by: Sindhu Karri <lakarri@microsoft.com>
Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Co-authored-by: Bala <balakumaran.kannan@microsoft.com>
Co-authored-by: Bala <kumaran.4353@gmail.com>
2023-09-01 11:34:24 +05:30
Pawel Winogrodzki 4d812d01a9
Disabled CCache for quick rebuilds. (#6112) 2023-08-30 17:12:16 -07:00
Daniel McIlvaney 730643951d
Add simple pre-cache downloader (#5926)
---------

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-08-23 15:46:55 -07:00
Pawel Winogrodzki c3d05de0fd
Resolved cyclic ptest dependencies (#5863) 2023-08-17 15:36:12 -07:00
Pawel Winogrodzki 12ff56c0b6
Updated package building pipeline templates to support external repos. (#5961) 2023-08-08 16:12:00 -07:00
Neha Agarwal eab606edb6
Add containerized rpmbuild to toolkit (#5855)
* Add tool for containerized build
2023-08-04 13:16:08 -07:00
Muhammad Falak R Wani 5f89ff9732
toolkit: add feature to profile & trace to have better diagnostics (#5640)
This PR introduces 3 additional flags, by default all the three flags are disabled.

- ENABLE_TRACE: Setting this flag to y, instruments the various tools in the
toolkit to record trace data. Tracing is a way to instrument code to analyze
latency throughout the lifecycle of a call or user request. Traces provide an
overview of how much latency each component contributes to the overall latency
in a system. Traces can span multiple Go processes.
- ENABLE_MEM_PROFILE: Setting this flag to y instruments the toolkit to record
the memory profile.
- ENABLE_CPU_PROFILE: Setting this flag to y instruments the toolkit to record
the cpu profile. 

Profiling tools analyze the complexity and costs of a Go program such as its
memory usage and frequently called functions to identify the expensive sections
of a Go program.

It is advisable to only turn one of the flags for a run to get data that does
not have noise due to other profiling/tracing flags.

The trace/profile data is created in the build/profile directory.
To use the profile data: `go tool pprof -http=:8080 file.profile`
To use the trace data: `go tool trace -http=:8080 file.trace`

Reference: https://go.dev/doc/diagnostics    
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-06-27 09:53:05 +05:30
Andrew Phelps f06a0d9a3f
Toolkit: Add MAX_CPU flag to limit number of CPUS used for package building (#5677)
* Add MAX_CPU flag

* fix spacing

* set default of empty string
2023-06-16 13:03:28 -07:00
Trung 2575847324
Add flag to disable PMC repository (#5607) 2023-06-07 11:56:24 -07:00
Trung 93a82d67ea
Record performance of tooling using timestamps (#5446)
* added timestamp feature for image-building process

* Update toolkit/docs/how_it_works/1_initial_prep.md

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/pkggen/worker/create_worker_chroot.sh

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Removed test with direct filepath to home directory

* Removed unused imports in timestamp testing file

* Update toolkit/tools/roast/roast.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Pluralize timestamp flag description message

* add timestamp in create_worker_chroot; fix format in roast.go; removed unnecessary tests

* fix boilerplate template; relocate 'bldtracker' in go_tool_list to be alphabetical

* fixed formatting

* changed alphabetical order of go tools

* removed timestamp.TrackToFile (not used)

* Update toolkit/tools/bldtracker/bldtracker.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/bldtracker/bldtracker.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/pkggen/worker/create_worker_chroot.sh

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/pkggen/worker/create_worker_chroot.sh

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* fixed formatting & naming; changed log file output for bldtracker

* fixed minor mistakes

* replace raw strings with well-named constants

* csvparser now dynamically gets the list of CSV files to parse

* Address feedback

- Fix magic numbers in csvparser.go.
- Delete timestamp_test.go for this PR.
- Change initialize mode in bldtracker.go to "i".

* Fix formatting

* Fix formatting again

* Rename csvparser to timestampcsvparser

timestampcsvparser is a more accurate name than csvparser because it
indicates that the parser is not generic to all CSVs.

* Address syntax errors

- moved "$(go-bldtracker)" into "$(worker_chroot_deps)" in tools.mk
- wrapped “$timestamp_dir” with ""s when
calling bldtracker.go in create_worker_chroot.sh
- added missing space after "record" in the description for the "mode"
variable in bldtracker.go

* Fix calls to bldtracker tool

- add bldtracker back as an input for create_worker_chroot
- create the variable "script_name" to avoid duplicated operations

* Fix boilerplate

- Remove unnecessary CSV file generated as an output from
calling boilerplate.go
- Removed unnecessary comments

* Refined bldtracker variables

- made the modes constants
- changed the scope of "completePath" from global to local (in main())

* Use join for filepath concatenation.

* Move init filepath to above the err conditional.

* dashboard

* path finding adapted to user directories

* Added error handling; now checks every file in a list

* Change output from number of bytes to number of lines

* Rename dashboard function

* combined two slices into a map

* Done with the MVP

* changed output location to build/timestamp

* added progress bar visualization

* update bar

* progress bar in chronological order

* added timestamp at the beginning of any bash script; fixed progress bar to display the correct %

* a

* multiple progress bar

* added goroutine calls

* Recalculated the image build start time and duration using the init file modTime

* Modify timestamp descriptions and add dashboard labels

* Optimize dashboard label

* Remove comment

* fix formatting issues

* Change padleft and modify step names

* Modify step name in imager

* fixed dashboard length for smaller screens

* initialized new branch

* explained tests; moved /demo into /internal

* moved demo folder back to tools

* demo now adds timestamps in intervals

* done with generating json for demo

* fixed json name

* create wrapper around uiprogress to enable removing bars

* Nested progress bar on updating JSON file

* delayed progress bar removal

* new files

* fixed target dir and code structure

* fixed naming format

* cleaned up code

* Fixup after rebase

* wip

* wip 2

* wip 3

* bit of cleanup

* why is this a separate set of changes?

* WIP

* remove binary output file

* update manifests to stable

* use up to date toolchain versions

* wip

* fix build

* migrate from timestamp_v2 and fix logic

* resolve deadlock

* add comments

* formatting

* revert timestamp change

* remove unused scripts

* sync with main

* sync with main

* remove weighted stuff

* make sure CompleteTiming can only be run once

* Fix null ptr and add some test cases

* add test cases

* Add timestamp code to existing tooling (#5465)

* Revert "revert timestamp change"

This reverts commit 6f07ef16a3.

* Revert "revert timestamp change"

This reverts commit 6f07ef16a3.

* stop collecting timestamp on sigterm

* Address comments

* remove toolchain_download_timestamp.sh

* more test coverage

---------

Co-authored-by: (Apple) Xuanchen Li <apple20010209@163.com>
Co-authored-by: Applelxc <59279209+Applelxc@users.noreply.github.com>
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Co-authored-by: james-zhou1 <james.zhou@berkeley.edu>
Co-authored-by: James Zhou <91182187+james-zhou1@users.noreply.github.com>
Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>
Co-authored-by: james-zhou1 <james@james-Virtual-Machine>
Co-authored-by: Michelle <t-michelin@microsoft.com>
2023-05-26 18:12:18 -07:00
Daniel McIlvaney bc092b8da7
Add QUICKBUILD flags for fast auto build (#5199)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-04-17 12:01:14 -07:00
Daniel McIlvaney 72b5a28580
Move toolchain RPMs to a dedicated location in ./build/toolchain_rpms (#4210)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-03-28 11:53:01 -07:00
Betty 4ec62f2467
Fixing the TestRPM-HydratedBuild pipeline to not report a toolchain error if allowToolchainRebuilds is true (#4949)
- Created a new variable ALLOW_TOOLCHAIN_REBUILDS to use this flag for the pipelines to not report and fail the pipeline on the toolchain error.
- Set up the flag to be "false" during all the builds except testing pipelines. Included changes in CBL-Mariner-pipelines code.
- Added allowToolchainRebuilds into RecordBuildResult function conditions and changed the PrintBuildSummary function to not print the error log but print info log if the flag is true

---------

Co-authored-by: Betty Lakes <bettylakes@microsoft.com>
2023-03-13 15:50:55 -07:00
osamaesmailmsft 00c33dbd69
Parse %check section when RUN_CHECK=y to add %check passing as a requirement (#4751) 2023-02-22 10:29:21 -08:00
Daniel McIlvaney d3ec2c9b9a
Fix missing dependency tracking for spec sources, refactor Makefile to skip shell commands during dry-run (#4181)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2023-01-17 15:10:40 -08:00
Andrew Phelps 2ff6448198
Add Microsoft repo to PACKAGE_URL_LIST (#4585) 2023-01-12 10:15:25 -08:00
Andrew Phelps 742ab35b21
Add toolkit ccache support with USE_CCACHE (#4381)
* add ccache support with USE_CCACHE

* fix go format issue

* address PR feedback

* move ccache directory to PROJECT_ROOT, add separate clean target

* update ccacheDir description

* update argument descriptions
2022-12-08 19:20:23 -08:00
Dallas Delaney abf6ba7cdf
Add option to build a package for a specific architecture (#3565)
This change allows you to build a package for either arm64 for x86_64 by appending TARGET_ARCH to the build-packages make command. This change combined with the cross-toolchain allows developers to cross-build RPM packages.
2022-09-26 15:33:48 -07:00
Pawel Winogrodzki c4a4c00811
toolkit: added RPMs snapshots. (#3734) 2022-09-16 16:38:26 -07:00
Olivia Crain a5960faed9
Add ability to build quickly by packing a subset of RPMs (#3401) 2022-07-21 14:25:46 -07:00
Olivia Crain ae7447d678
Set default SOURCE_URL in Makefile (#3391) 2022-07-18 15:13:08 -07:00
Olivia Crain 703f806b0f
Do not print a warning when image config file is explicitly defined as empty (#3370) 2022-07-14 12:12:42 -07:00
Andrew Phelps f03e26fafb
Add DELTA_BUILD toolkit variable (#3278)
* add DELTA_BUILD toolkit variable

* delta build by default. update documentation

* pull in no-clobber fix

* revert toolchain changes. go-tidy-all

* default DELTA_BUILD=n. update comments.
2022-07-05 15:12:40 -07:00
Pawel Winogrodzki 66e55fdd5c
Running `git` as repo owner. (#3284) 2022-07-01 12:48:42 -07:00
Olivia Crain c61ee1d81c
toolchain: Add ability to partially rehydrate from upstream repos (#3185) 2022-06-24 09:28:31 -07:00
jslobodzian ef8b1faf5c
Restore provisioning of "production" folders, Remove "Preview Release" (#2802)
* Restore Production Repos.  Create Release Candidate Version

* replaced the enabled status for base repo

* Update update_manifests.sh to remove preview and reflect recent debuginfo changes
2022-04-22 22:52:44 -07:00
jslobodzian cf9831759e
Bump for Preview Release-H (#2768) 2022-04-16 12:06:09 -07:00
jslobodzian 8af0a1c449
Bump version for Preview Release-G (#2693) 2022-04-09 07:43:12 -07:00
jslobodzian 9902807aad
Bump mariner 2.0 Release number for preview F Image (#2631)
* Update Mariner 2.0 Release

* Makefile
2022-03-30 17:25:21 -07:00
jslobodzian a56c563449
Bump Mariner Release for Preview-E (#2410) 2022-03-04 12:21:58 -08:00
Thomas Crain 457d4538ee
Revert Makefile changes from #2252 (#2287) 2022-02-22 08:48:19 -08:00
Thomas Crain c6048168b3
Upgrade gptfdisk to 1.0.8 and remove duplicate extended spec (#2252) 2022-02-17 11:14:36 -08:00
Jon Slobodzian 2a913e80a0 Bump release for CBL-Mariner Preview-D 2022-02-06 09:34:47 -08:00
Pawel Winogrodzki 41e301791c
[main] Preventing core build breaks when running with `USE_PREVIEW_REPO=y`. (#2094) 2022-02-04 13:19:38 -08:00
Pawel Winogrodzki 1627905454
[main] Fixing tooling issues during package candidates resolution. (#2091) 2022-02-03 16:42:04 -08:00
Bala 8ab9ef14a0
Update tools to build packages from hydrated dependencies (#1958)
* Update tools to build packages with dependencies hydrated

Hydrated build is a new approach where all the dependencies are hydrated from pre-built RPMs. This provides two advantages.
 1. Faster build. As no package need to wait for its dependency's build to complete, all packages will be fired to build in parallel. (Practically with slight delay as firing of pre-built nodes takes place before).
 2. Failure of any dependency build will not cause failure to the current package, as the dependency is fetched from cached RPMs.

Introduced a new flag HYDRATED_BUILD to enable this feature. Also it is pre-requisite to run `make hydrate-toolchain` and `make hydrate-rpms` with appropriate tar files before using this option.

This is achieved by replacing the BUILD to RUN node edge with BUILD to PREBUILT node edge (clone of the RUN node) nodes (if there is a corresponding RPM hydrated already).

* Fix go fmt check failures

* Fix typos

* Introduce graphscrubber

graphscrubber is for preprocessing the build graph to scheduler.
Currently it is only doing hydrated build related work. Ideally all the
graph optimization related jobs to be moved from scheduler to
graphscrubber.

* go fmt tidy

* Remove unnecessary functions from graphscrubber

* Fix Make rule to build graphscrubber before using it

* Use inline hydrated-build flag

* Update documentaion for HYDRATED_BUILD flag

* Update changes recommended in PR discussion

* go tidy

* Remove unnecessary arguments from graphPreprocessor

* Update toolkit/tools/graphPreprocessor/graphPreprocessor.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/graphPreprocessor/graphPreprocessor.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* Update toolkit/tools/graphPreprocessor/graphPreprocessor.go

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>

* retrugger checks

* Update toolkit/scripts/pkggen.mk

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* Update toolkit/scripts/pkggen.mk

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* Update toolkit/scripts/pkggen.mk

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* Update toolkit/scripts/pkggen.mk

Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>

* retrugger checks

* retrugger checks

Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>
2022-02-01 09:36:00 +05:30
jslobodzian c0435a92cb
Bump Mariner 2.0 Release for Preview-C Image (#1948)
* Bump Mariner 2.0 Release for Preview-B Image

* Add license verified statement
2022-01-19 14:04:55 -08:00
Thomas Crain 5279161abf
Add debuginfo repos to PACKAGE_URL_LIST (#1789) 2021-12-20 12:07:58 -08:00
jslobodzian b3629f57f9
Fix repo files to point to correct location (#1783)
* Fix repo files to point to correct location

* Fix signatures, roll version, upgrade manifest

* Fixed USE_PREVIEW_REPO flag for Mariner 2.0
2021-12-16 15:24:56 -08:00
Jon Slobodzian 8fc267d33c Create preview release version, change default repos 2021-12-13 11:42:59 -08:00
Pawel Winogrodzki 2674e20abc
[main] Updating CBL-Mariner 2.0 repos. (#1746) 2021-12-09 10:40:21 -08:00