peru icon indicating copy to clipboard operation
peru copied to clipboard

a generic package manager, for including other people's code in your projects

Results 88 peru issues
Sort by recently updated
recently updated
newest added

I think we run ```bash peru reup ``` we can search the `.gitignore` mark ```text # peru files ``` and add items to them. For instance, if I have the...

I've nearly always had git available anywhere I was using Peru but found while setting up a new CI pipeline that Peru calls git via subprocess for caching. This dependency...

What inspired #224 and #223 (to a degree) was me installing Peru as a dev-dependency in a project where I need to get data from internal artifact storage before running...

Previously read-tree would not respect `.gitignore` files by default. Now it does, which breaks [one of our tests](https://github.com/buildinspace/peru/blob/e9ba6e0024ea08105a8d027f958899cca39aeb9a/tests/test_cache.py#L111-L117). I've started an email thread upstream to get advice about this: https://lore.kernel.org/git/CA+6di1m91q70PfaFq0DKMsmd_Tb6XBB7H9AYPhwawX12cZgtGQ@mail.gmail.com/T/#u

As mentioned and briefly discussed in #195 by @oconnor663 and @colindean, the curl module today in peru is not actually using curl, which is confusing and can lead to wrong...

I'd like to retrieve dependencies from a private URL that requires credentials. In my current setup, I'm using `curl --netrc`, which enables me to put a hostname, username, and password...

Hi, I just started using peru (Version V1.2.0, Windows 10) and did various tests in order to get some experiences with it. For the time being, I use SVN only...

Running `peru sync` fails when syncing a repo that uses Git LFS. It seems that the clone into the `.peru/tmp` directory succeeds, but when it tries to delete the `tmp`...

I got Selenium IDE sources from their release branch https://github.com/SeleniumHQ/selenium-ide/tree/v3 and try to "peru sync" it on Windows Server under Git Bash. According to travis.yml I have to first install...