<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/pki/scripts/compose_pki_console_packages, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/'/>
<entry>
<title>Fixed PKI_COMPONENT_LIST in all build scripts.</title>
<updated>2011-12-21T21:14:35+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-12-21T17:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=39ce529501218365fefcb0f8d2e80db2368d062b'/>
<id>39ce529501218365fefcb0f8d2e80db2368d062b</id>
<content type='text'>
The PKI_COMPONENT_LIST has been modified to include the new test
component to fix dependency issues.

Ticket #3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PKI_COMPONENT_LIST has been modified to include the new test
component to fix dependency issues.

Ticket #3
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #737761 - Update Dogtag Packages for Fedora 16</title>
<updated>2011-09-29T22:47:22+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-09-29T22:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=0b33589656656c9af3dc26feefbbf4ba9589de8b'/>
<id>0b33589656656c9af3dc26feefbbf4ba9589de8b</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2237 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2237 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .</title>
<updated>2011-09-13T02:50:45+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-09-13T02:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=9eccf374c78ce34fd488792b3a1a82a2032bb162'/>
<id>9eccf374c78ce34fd488792b3a1a82a2032bb162</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2197 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2197 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "sync config"</title>
<updated>2011-09-06T19:06:46+00:00</updated>
<author>
<name>admiyo</name>
<email>admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-09-06T19:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=4ee4f5ae0e627ab89499844f95f0bc4b8cd4cd2e'/>
<id>4ee4f5ae0e627ab89499844f95f0bc4b8cd4cd2e</id>
<content type='text'>
This reverts Revision 2192
It introduced a build error.

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2193 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts Revision 2192
It introduced a build error.

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2193 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>sync config</title>
<updated>2011-09-06T17:37:22+00:00</updated>
<author>
<name>admiyo</name>
<email>admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-09-06T17:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=cf9933d5ff4eca347861350d18b2ffec15beeb01'/>
<id>cf9933d5ff4eca347861350d18b2ffec15beeb01</id>
<content type='text'>
removing duplicated configuration

the config file tree was duplicated, but the got out of sync.  This patch synchronizes the key, prior to removing the duplicated code

the java package: com.netscape.certsrv.common contains configuration information used by both the console and the server.  It was copied in the source tree, and was getting duplicated.  This removes the console version of the source, and instead copies the Java files prior to compilation

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2192 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removing duplicated configuration

the config file tree was duplicated, but the got out of sync.  This patch synchronizes the key, prior to removing the duplicated code

the java package: com.netscape.certsrv.common contains configuration information used by both the console and the server.  It was copied in the source tree, and was getting duplicated.  This removes the console version of the source, and instead copies the Java files prior to compilation

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2192 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15</title>
<updated>2011-07-15T00:14:33+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-07-15T00:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=56c140612731940690a1f5a6992977b3fed01cd6'/>
<id>56c140612731940690a1f5a6992977b3fed01cd6</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2058 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2058 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #669226 - Remove Legacy Build System (Ant + Autoconf --&gt; CMake)</title>
<updated>2011-07-13T22:30:41+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-07-13T22:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=7db47ec57c27ea82aaff61922040007f205a06cc'/>
<id>7db47ec57c27ea82aaff61922040007f205a06cc</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2057 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2057 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)</title>
<updated>2011-03-26T21:06:47+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-03-26T21:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=eba7b30c36942513f4510cc54d1a6e5d989c81bf'/>
<id>eba7b30c36942513f4510cc54d1a6e5d989c81bf</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1931 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1931 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #688763 - Rebase updated Dogtag Packages for Fedora 15 (alpha)</title>
<updated>2011-03-17T23:18:54+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-03-17T23:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=f8aeef4bd03bdc5c5580464a7f17e6a0df1d3a39'/>
<id>f8aeef4bd03bdc5c5580464a7f17e6a0df1d3a39</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1896 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1896 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Revised compose scripts to allow them to use 'patches'.</title>
<updated>2011-03-01T01:27:13+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-03-01T01:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=23d17444dd634f4d647dceb067e11230fda60540'/>
<id>23d17444dd634f4d647dceb067e11230fda60540</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1871 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1871 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
</feed>
