New upstream version 1.5.0+ds1

This commit is contained in:
Roland Mas
2023-01-02 14:19:29 +01:00
parent 29e4ea6ec0
commit 5c4f97f88e
324 changed files with 15360 additions and 6668 deletions
+6 -4
View File
@@ -40,7 +40,7 @@ Please report unacceptable behavior to [team@aptly.info](mailto:team@aptly.info)
There are two kinds of documentation:
* [aptly website](https://www.aptly/info)
* [aptly website](https://www.aptly.info)
* aptly `man` page
Core content is mostly the same, but website contains more information, tutorials, examples.
@@ -84,10 +84,8 @@ to prepend it or to skip this test if you're security conscious.
### Forking and Cloning
As Go is using repository path in import paths, it's better to clone aptly repo (not your fork) at default location:
As aptly is using Go modules, aptly repository could be cloned to any location on the file system:
mkdir -p ~/go/src/github.com/aptly-dev
cd ~/go/src/github.com/aptly-dev
git clone git@github.com:aptly-dev/aptly.git
cd aptly
@@ -108,6 +106,10 @@ You would need some additional tools and Python virtual environment to run tests
This is usually one-time action.
Aptly is using Go modules to manage dependencies, download modules using:
make modules
### Building
If you want to build aptly binary from your current source tree, run: