[pve-devel] [pbs-devel] [RFC v5 pve-rs 15/23] add cargo config
Fabian Ebner
f.ebner at proxmox.com
Mon May 31 15:12:15 CEST 2021
Am 31.05.21 um 14:53 schrieb Wolfgang Bumiller:
> Please don't put this on top of this repo, better start over since the
> diskmanage stuff in here hasn't been touched in a while and therefore
> isn't used anywhere, yet.
>
Okay, should've paid more attention to the actual status of the
repository in hindsight.
> Also, I'm confused by the patch numbering. I'd rather have individual
> repositories have their own individual numbers.
>
I just got used to doing it like this, but don't mind changing it.
> On Fri, May 28, 2021 at 04:29:54PM +0200, Fabian Ebner wrote:
>> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
>> ---
>>
>> New in v5.
>>
>> .cargo/config | 5 +++++
>> 1 file changed, 5 insertions(+)
>> create mode 100644 .cargo/config
>>
>> diff --git a/.cargo/config b/.cargo/config
>> new file mode 100644
>> index 0000000..3b5b6e4
>> --- /dev/null
>> +++ b/.cargo/config
>> @@ -0,0 +1,5 @@
>> +[source]
>> +[source.debian-packages]
>> +directory = "/usr/share/cargo/registry"
>> +[source.crates-io]
>> +replace-with = "debian-packages"
>> --
>> 2.20.1
More information about the pve-devel
mailing list