From 0d5cc1e8593e905a3da8644ee730d5832a7033f3 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Oct 04 2019 15:17:50 +0000 Subject: Update docs and scripts to build in non-preview copr --- diff --git a/README.md b/README.md index 9f97822..5e15919 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Please report any issues [here](https://pagure.io/dotnet-sig/packaging-issues/ne # 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 @@ Please report any issues [here](https://pagure.io/dotnet-sig/packaging-issues/ne 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. diff --git a/copr-build b/copr-build index a511135..6d431dc 100755 --- a/copr-build +++ b/copr-build @@ -8,4 +8,4 @@ fedpkg srpm 2>&1 | tee fedpkg.output 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}"