peru
peru copied to clipboard
a generic package manager, for including other people's code in your projects
Specifying `reup-tag: true` will cause `peru reup` to update the rev to the latest Tag instead of the latest Commit Hash This allows 2 things that I can think of:...
* allow using either `--file` or `--sync-dir` without needing the other * allow use of relative path in args those changes combined can for example enable the following command in...
I would like to import files to my home folder, can something like: ```yaml imports: stuff: ~/stuff ``` be supported?
https://pythonwheels.com/ https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/ should just be a matter of adding a pyproject.toml and running ```sh rm -rf build dist python -m build . ```
```yml imports: vscode: scripts/ git module vscode url: git://github.com/microsoft/vscode.git rev: 1.75.0 ``` ⏬ ```bash peru reup -f ``` ⏬ ```yml imports: vscode: scripts/ git module vscode url: git://github.com/microsoft/vscode.git rev: 1.75.1...
* Why can't I just input `--file` and then the sync dir will automatically be the parent of the file * Why can't I just input `--sync-dir` and then the...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
This will save much build time because only needs to clone the latest commits on given branch.