Commit graph

65 commits

Author SHA1 Message Date
dotnet-maestro[bot]
cd34038e97
[main] Update dependencies from dotnet/arcade-services (#15211)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
Co-authored-by: MilenaHristova <mhristova@microsoft.com>
2023-01-09 14:28:34 +01:00
Přemek Vysoký
5aac0db522
Move src/SourceBuild/tarball/* up one folder (#15166) 2022-12-21 21:47:54 +01:00
Přemek Vysoký
118280814f
Fix VMR initialization (#15169)
Co-authored-by: Andrii Patsula <andriy.patsula@gmail.com>
2022-12-21 17:46:06 +01:00
Přemek Vysoký
574f3a5275
Allow specifying a revision to initialize VMR from (#15038) 2022-11-28 16:41:37 +01:00
dotnet-maestro[bot]
5a06ace469
[main] Update dependencies from dotnet/arcade-services (#15030)
[main] Update dependencies from dotnet/arcade-services


 - Add N/A tokens

 - Remove IRemoteFactory
2022-11-24 10:44:49 +00:00
Přemek Vysoký
20663112b5
Update darc and synchronize more VMR non-src/ content (#14944) 2022-11-09 20:21:25 +00:00
Přemek Vysoký
198829ed34
Do not restore/copy text-only packages into the VMR (#14946) 2022-11-09 18:37:29 +00:00
Přemek Vysoký
2fd58dc7e9
Synchronize VMR's non-src/ content from tarball/content (#14893)
Previously, we manually copied the `tarball/content` folder over when bootstrapping the VMR. Now it is handled by the darc tooling when you point it to the right dir.
2022-11-04 17:33:12 +00:00
Přemek Vysoký
01edbc3965
Add a pipeline for automated VMR synchronization (#14805)
Adds a pipeline that will trigger on main commits and synchronize the [VMR](https://github.com/dotnet/dotnet).
The pipeline has 2 parameters:
- What commit of installer to sync to (defaults to commit that triggered the build)
- What branch of the VMR it pushes to (defaults to branch that triggered the build)
2022-10-27 12:08:50 +00:00
Přemek Vysoký
3ee1afd742
Update commit messages when initializing the VMR (#14820) 2022-10-24 12:50:33 +00:00
Přemek Vysoký
e194eed952
Update VMR tooling to latest (#14734) 2022-10-12 16:52:02 +00:00
Přemek Vysoký
d8ed19b363
Let VMR CLI handle recursive initialization (#14476)
Previously, the recursive clone of all the product repos based on `Version.Details.xml` files was done inside MSBuild but the VMR tooling can now do that (https://github.com/dotnet/arcade-services/pull/2004).
This replaces the need for the Source-Build tasks (Read/Write, recursive clone).

Secondly, `git-info` props files are now created by the CLI too (https://github.com/dotnet/arcade-services/pull/2014).
2022-09-14 11:19:47 +02:00
Přemek Vysoký
7b01465aaa
Update DarcLib to handle source-build patches in VMR init (#14413) 2022-08-29 11:54:20 +00:00
Přemek Vysoký
e6c9208965
Handle source-build patches in VMR initialization (#14397)
- Bumps to a new version of DarcLib that handles SB patches
- Configures the VMR to point to tarball patches
- Adds a missing `llvm-project` mapping
2022-08-25 20:57:31 +02:00
Přemek Vysoký
b9635390c8
Add a VMR initialization (bootstrap) process (#14343)
Adds the possibility to initialize a fresh VMR off of the current `dotnet/installer` commit.
Similarly to the tarball generation, the process can be triggered by running:
```
./build.sh /p:InitializeVMR=true /p:VmrDir=[Path were VMR will be created]
```
2022-08-23 21:06:59 +02:00