Debian Repository: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
add reprepro desc |
No edit summary |
||
| Line 3: | Line 3: | ||
To add a newly built package type the following after building: |
To add a newly built package type the following after building: |
||
GNUPGHOME=/srv/debian/gpg reprepro -Vb /srv/debian include path/to/changes |
|||
or |
|||
To add a newly built deb package type the following after building: |
|||
GNUPGHOME=/srv/debian/gpg reprepro -Vb /srv/debian includedeb path/to/changes |
|||
Revision as of 18:09, 18 July 2007
There is a CSC debian repository on natural-flavours.
To add a newly built package type the following after building:
GNUPGHOME=/srv/debian/gpg reprepro -Vb /srv/debian include path/to/changes
or
To add a newly built deb package type the following after building:
GNUPGHOME=/srv/debian/gpg reprepro -Vb /srv/debian includedeb path/to/changes