Skip to content

Commit

Permalink
rpm/deb/osxpkg: add url and license (iterative#4098)
Browse files Browse the repository at this point in the history
We are currently missing url and license metadata:
```
Name        : dvc
Arch        : x86_64
Version     : 0.94.0
Release     : 1
Size        : 172 M
Repo        : installed
From repo   : dvc
Summary     : Data Version Control - datasets, models, and experiments
versioning for ML or data science projects
URL         : http://example.com/no-uri-given
License     : unknown
Description : Data Version Control - datasets, models, and experiments
versioning for ML or data science projects
```

iterative#4088 (comment)
  • Loading branch information
efiop authored Jun 23, 2020
1 parent 9fa5fb0 commit 8495b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ fpm_build() {
-f \
-t $1 \
--description "$DESC" \
--url https://dvc.org \
--license "Apache License 2.0" \
$FPM_FLAGS \
-n dvc \
-v $VERSION \
Expand Down

0 comments on commit 8495b05

Please sign in to comment.