#5 Update docs and scripts to build in non-preview copr
Merged 4 years ago by omajid. Opened 4 years ago by omajid.
dotnet-sig/ omajid/dotnet-3-0 master  into  master

file modified
+3 -3
@@ -27,7 +27,7 @@ 

  

  # Specification

  

- - Follows [package naming and contents suggested by upstream](https://github.com/dotnet/core-setup/issues/1599)

+ - Follows [package naming and contents suggested by upstream](https://docs.microsoft.com/en-us/dotnet/core/build/distribution-packaging)

  - Installs dotnet to `/usr/lib64/dotnet`

  

  # Building
@@ -55,9 +55,9 @@ 

     the `Source` tag corresponds to the new tarball name, if there is a

     new tarball.

  

- 5. Do local builds, not under a git directory:

+ 5. Do local builds:

  

-     - `fedpkg local --builddir ../dotnet-3-0-build`

+     - `fedpkg local`

  

      Fix any errors that come up and rebuild until it works locally.

  

file modified
+1 -1
@@ -8,4 +8,4 @@ 

  

  srpm_name=$(grep 'Wrote: ' fedpkg.output | cut -d' ' -f 2)

  

- copr-cli build @dotnet-sig/dotnet-preview "${srpm_name}"

+ copr-cli build @dotnet-sig/dotnet "${srpm_name}"