Commit Graph

10 Commits

Author SHA1 Message Date
Andy Neff
183ad44953 Move the repos directory
Having the repos directory in the docker directory causes it to be
sent to the docker daemon every time, which is a complete waste.
Best solution was to move the repos dir out of dockers
2015-07-23 23:18:36 -04:00
Andy Neff
f74e3d5f1f Fixed all signing and testing bugs
Can now test all distros and sign all distro
2015-07-23 23:18:36 -04:00
Andy Neff
9d2aef4ec7 First draft of GPG signing working in CentOS 2015-07-23 23:18:36 -04:00
Andy Neff
68b29afe52 Got Debian signing packages
I had 5 ways forward, I picked #6
1) don't sign. That's generally only acceptable for private packages
2) Make whomever edited the changelog last create signed .deb and .dsc.
   This seems like a pain for whomever is developing the packages
3) Change the changelog to a uid in the signing.key. I did not like
   taking credit away from whomever SHOULD be in the changelog
4) Have the distributing person add the changelog email address as
   an additional uid in their pgp key... this sounds like bad practice
   to me.
5) Build the .deb package, break it apart, manually sign, and re-
   archive. While possible, seemed prone to failure in corner
   cases down the road...
6) Use -p option of pgp to point to a script removing the the
   --local-user option that was forcing the .deb to be signed by
   the last developer of the changelog, not the person generating
   the distributions. This seemed best...

Does not handle the public key yet in Debian
2015-07-23 23:18:36 -04:00
Andy Neff
28acd96199 First attempt at GPG integration 2015-07-23 23:18:36 -04:00
Andy Neff
195a82fd2e Centos full builds work 2015-07-23 23:18:35 -04:00
Andy Neff
bf6516bf2c Centos repos now build
Started readme
2015-07-23 23:18:35 -04:00
Andy Neff
82fc36cf70 Clean up
Cleaned up Debain repo code some
2015-07-23 23:18:35 -04:00
Andy Neff
66f945540b Building debian 8 repo successfully 2015-07-23 23:18:35 -04:00
Andy Neff
a359dc3af6 First working draft of docker repository scripts working 2015-07-23 23:18:35 -04:00