#1254 Update sourcehut url to include git
Merged a year ago by tibbs. Opened a year ago by fed500.
fed500/packaging-committee sourcehut  into  master

@@ -200,10 +200,10 @@ 

  For the source tarball, you can use the following syntax:

  

  ....

- Source:  https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{shortcommit}.tar.gz         [GitHub]

- Source:  https://bitbucket.org/OWNER/PROJECT/get/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz  [BitBucket]

- Source:  https://gitlab.com/OWNER/PROJECT/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz       [GitLab]

- Source:  https://sr.ht/~OWNER/PROJECT/archive/%{shortcommit}.tar.gz                               [Sourcehut]

+ Source:  https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{shortcommit}.tar.gz               [GitHub]

+ Source:  https://bitbucket.org/OWNER/PROJECT/get/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz        [BitBucket]

+ Source:  https://gitlab.com/OWNER/PROJECT/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz             [GitLab]

+ Source:  https://git.sr.ht/~OWNER/PROJECT/archive/%{shortcommit}.tar.gz#/PROJECT-%{shortcommit}.tar.gz  [Sourcehut]

  ...

  

  %prep
@@ -242,7 +242,7 @@ 

  Source:  https://github.com/OWNER/PROJECT/archive/%{gittag}/%{name}-%{version}.tar.gz          [GitHub]

  Source:  https://bitbucket.org/OWNER/PROJECT/get/%{gittag}.tar.gz#/%{name}-%{version}.tar.gz   [BitBucket]

  Source:  https://gitlab.com/OWNER/PROJECT/-/archive/%{gittag}/%{name}-%{version}.tar.gz        [GitLab]

- Source:  https://sr.ht/~OWNER/PROJECT/archive/%{version}.tar.gz                                [Sourcehut]

+ Source:  https://git.sr.ht/~OWNER/PROJECT/archive/%{version}.tar.gz#/PROJECT-%{version}.tar.gz [Sourcehut]

  ...

  

  %prep

no initial comment

@gotmax23 Does this look better to you?

It should be #/PROJECT-%{shortcommit}.tar.gz here.

The other indentation changes should be part of a separate commit or PR. It makes this harder to review.

1 new commit added

  • Fix error in Sourcehut link
a year ago

This looks correct now. Thanks.

Thanks for catching the errors.

rebased onto 0c4dfc3

a year ago

Pull-Request has been merged by tibbs

a year ago
Metadata