dnbert / prm

PRM Allows you to quickly build package repositories, inspired by Jordan Sissels' FPM
MIT License
250 stars 33 forks source link

specify .gnupg location with --gpg "location" #10

Closed kiranos closed 10 years ago

kiranos commented 11 years ago

Now it seems like gpg keys are supposted to be in $user_home_dir/.gnupg/ but it would be nice to be able to specify, like if I want to have my .gnupg/ in the same structure as my repo (just a folder ontop)

.
├-─ .gnupg
└── pool
        └── dists
        └── squeeze
            └── main
                ├── binary-amd64
                └── binary-i386
dnbert commented 11 years ago

I'll work on this and #11 at the same time.

kiranos commented 11 years ago

I just checked back on this project, is this on hold?

dnbert commented 11 years ago

Hi there! Not on hold, just been a bit busy with the job. I'll be adding this in rather soon though

dnbert commented 10 years ago

A long time coming, this commit should solve this :) https://github.com/dnbert/prm/pull/32