From mharmsen at redhat.com Wed Nov 26 01:53:03 2008 From: mharmsen at redhat.com (Matthew Harmsen) Date: Tue, 25 Nov 2008 17:53:03 -0800 Subject: [Pki-devel] Proposal for changes to the Dogtag Subversion Source Repository . . . Message-ID: <492CABFF.2010407@redhat.com> Everyone, The Dogtag Subversion Source Repository currently consists of a "pki/base/" directory which contains the PKI source code, and a "pki/linux/" directory which holds all of the Dogtag-branding UI and PKI component build scripts. For reasons which were beyond our control when Dogtag was first released, suffice it to say that the benign name of "linux" was given to this branding directory. It is our feeling that the time has come to rectify this problem. Therefore, I would like to propose making the following changes to the Dogtag Subversion Source Repository: o Apply subversion properties to ALL shared files in the "config/" and "config-ext/" files (since this will allow developers the ability to change one file and have those changes propogated to all other directories sharing this file). o Rename "pki/linux/" to "pki/dogtag/". o Rename all build scripts from "build_linux" to "build_dogtag". o Rename all UI packages from "pki--ui" to "dogtag-pki--ui" which /provides/ "pki--ui"; this will not alter any existing dependencies since upper-level components will still /require/ "pki--ui". This will effect the following 8 packages: + pki-ca-ui --> dogtag-pki-ca-ui, + pki-common-ui --> dogtag-pki-common-ui, + pki-console-ui --> dogtag-pki-console-ui, + pki-kra-ui --> dogtag-pki-kra-ui, + pki-ocsp-ui --> dogtag-pki-ocsp-ui, + pki-ra-ui --> dogtag-pki-ra-ui, + pki-tks-ui --> dogtag-pki-tks-ui, and + pki-tps-ui --> dogtag-pki-tps-ui. o The pki.fedoraproject.org Wiki and top-level pki/README file will be updated to reflect these changes. Regards, -- Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From awnuk at redhat.com Thu Nov 27 00:42:56 2008 From: awnuk at redhat.com (Andrew Wnuk) Date: Wed, 26 Nov 2008 16:42:56 -0800 Subject: [Pki-devel] Proposal for changes to the Dogtag Subversion Source Repository . . . In-Reply-To: <492CABFF.2010407@redhat.com> References: <492CABFF.2010407@redhat.com> Message-ID: <492DED10.1010607@redhat.com> Matt, That's a good idea. Regards, Andrew Matthew Harmsen wrote: > Everyone, > > The Dogtag Subversion Source Repository currently consists of a > "pki/base/" directory which contains the PKI source code, and a > "pki/linux/" directory which holds all of the Dogtag-branding UI and > PKI component build scripts. For reasons which were beyond our > control when Dogtag was first released, suffice it to say that the > benign name of "linux" was given to this branding directory. It is > our feeling that the time has come to rectify this problem. Therefore, > I would like to propose making the following changes to the Dogtag > Subversion Source Repository: > > o Apply subversion properties to ALL shared files in the > "config/" and "config-ext/" files (since this will allow > developers the ability to change one file and have those > changes propogated to all other directories sharing this > file). > o Rename "pki/linux/" to "pki/dogtag/". > o Rename all build scripts from "build_linux" to "build_dogtag". > o Rename all UI packages from "pki--ui" to > "dogtag-pki--ui" which /provides/ > "pki--ui"; this will not alter any existing > dependencies since upper-level components will still > /require/ "pki--ui". This will effect the > following 8 packages: > + pki-ca-ui --> dogtag-pki-ca-ui, > + pki-common-ui --> dogtag-pki-common-ui, > + pki-console-ui --> dogtag-pki-console-ui, > + pki-kra-ui --> dogtag-pki-kra-ui, > + pki-ocsp-ui --> dogtag-pki-ocsp-ui, > + pki-ra-ui --> dogtag-pki-ra-ui, > + pki-tks-ui --> dogtag-pki-tks-ui, and > + pki-tps-ui --> dogtag-pki-tps-ui. > o The pki.fedoraproject.org Wiki and top-level pki/README > file will be updated to reflect these changes. > > Regards, > -- Matt > ------------------------------------------------------------------------ > > _______________________________________________ > Pki-devel mailing list > Pki-devel at redhat.com > https://www.redhat.com/mailman/listinfo/pki-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mharmsen at redhat.com Sat Nov 29 07:04:04 2008 From: mharmsen at redhat.com (Matthew Harmsen) Date: Fri, 28 Nov 2008 23:04:04 -0800 Subject: [Pki-devel] Proposal for changes to the Dogtag Subversion Source Code Repository have been completed . . . Message-ID: <4930E964.5030406@redhat.com> Everyone, The Dogtag Subversion Source Code Repository formerly consisted of a "pki/base/" directory which contained the PKI source code, and a "pki/linux/" directory which held all of the Dogtag-branding UI and PKI component build scripts. For reasons which were beyond our control when Dogtag was first released, suffice it to say that the benign name of "linux" was given to this branding directory. By fixing , this problem has been rectified, as the following changes were made to the Dogtag Subversion Source Code Repository:
  • Subversion properties were applied to ALL shared files in the "config/" and "config-ext/" files (since this allows developers the ability to change one file and have those changes propogated to all other directories sharing this file).
  • The directory called "pki/linux/" was renamed to "pki/dogtag/".
  • All build scripts were renamed from "build_linux" to "build_dogtag".
  • All UI packages were renamed from from "pki--ui" to "dogtag-pki--ui" which ''provides'' "pki--ui"; this does not alter any existing dependencies since upper-level components will still require "pki--ui". This affected the following eight packages:
    • pki-ca-ui --> dogtag-pki-ca-ui,
    • pki-common-ui --> dogtag-pki-common-ui,
    • pki-console-ui --> dogtag-pki-console-ui,
    • pki-kra-ui --> dogtag-pki-kra-ui,
    • pki-ocsp-ui --> dogtag-pki-ocsp-ui,
    • pki-ra-ui --> dogtag-pki-ra-ui,
    • pki-tks-ui --> dogtag-pki-tks-ui, and
    • pki-tps-ui --> dogtag-pki-tps-ui.
  • The pki.fedoraproject.org Wiki and top-level pki/README file were updated to reflect these changes.
If any problems are encountered, please send them to this list. Enjoy, -- Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: