summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add nuxwdog functionality to DogtagAde Lee2015-04-221-0/+1
| | | | | | | | | | | | This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList
* Reverted version number back to 10.2.3-0.1.Matthew Harmsen2015-04-093-3/+3
|
* Updated version number to 10.3.0-0.1.Matthew Harmsen2015-04-063-3/+3
|
* Updated version number to 10.2.3-0.1Matthew Harmsen2015-03-183-3/+3
|
* Fixed development script.Matthew Harmsen2015-03-171-1/+1
|
* Update compose_functions development script to account for remote tarballsMatthew Harmsen2015-03-051-4/+65
| | | | | | and patches PKI TRAC Ticket #1211 - New release overwrites old source tarball
* Fix for developer script on Fedora 21.Matthew Harmsen2015-02-261-0/+3
|
* Updated Resteasy and Jackson dependenciesEndi S. Dewata2015-02-031-6/+0
| | | | | | | | | | In Fedora 22 the Resteasy package has been split into several subpackages. The pki-core.spec has been modified to depend on more specific Resteasy packages which depend only on Jackson 1.x. The classpaths and various scripts have been modified to remove unused references to Jackson 2.x. https://fedorahosted.org/pki/ticket/1254
* Updated version number to 10.2.2-0.1Matthew Harmsen2015-01-083-3/+3
|
* Updated JUnit JAR file name.Endi S. Dewata2014-10-271-1/+1
| | | | | | | The Eclipse classpath and the test scripts have been updated to use junit.jar instead of junit4.jar to support Fedora 20 and 21. https://fedorahosted.org/pki/ticket/1192
* Updated version to 10.2.1-0.1.Endi S. Dewata2014-10-273-3/+3
| | | | https://fedorahosted.org/pki/ticket/1191
* Remove 'pki-migrate' coderoot2014-09-302-200/+0
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Remove 'pki-selinux' codeMatthew Harmsen2014-09-302-3/+2
| | | | - PKI TRAC Ticket #1139 - Remove 'selinux' code from 'master' branch
* Remove IPA theme component and old unused UI directoriesMatthew Harmsen2014-09-304-230/+4
| | | | | | - PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-032-8/+3
| | | | * PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Integrate 'tpsclient' back into primary TPS packageMatthew Harmsen2014-09-022-199/+2
| | | | - PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Remove RA and pkicreate and pkisilentMatthew Harmsen2014-08-285-217/+3
| | | | | - PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
* Misc TPS packaging tasks:Jack Magne2014-08-222-199/+199
| | | | | | | | | | | | | 1. Make sure the new TPS packages all the applet files, like the old TPS has done. 2. Create a small new package called "pki-tps-client", which will hold ONLY the command line utility "tpsclient" and all of its supporting libraries. 3. Move the directory pki/base/tps to pki/base/tps-client We will do this until we can rewrite "tpclien" on the new Java TPS system. Add package pki-tps-client.
* Upgraded RESTEasy client library.Endi S. Dewata2014-02-271-0/+1
| | | | | | | | | | The Dogtag client library has been modified to use RESTEasy 3.0 client library. A new upgrade script has been added to update existing servers. The JAXB annotation in ResourceMessage has been modified to require explicit property mapping. Ticket #554
* Replaced Jettison with Jackson.Endi S. Dewata2014-02-061-1/+65
| | | | | | | | | The Jettison library has been replaced with Jackson library as JSON provider for RESTEasy. All class paths and the deployment tools have been updated accordingly. The Python library and the TPS UI have been updated as well to use the new JSON format. Ticket #817
* Added option to build without server packages.Endi S. Dewata2013-12-062-12/+22
| | | | | The build scripts have been modified to accept an optional parameter to build pki-core without the server packages.
* Updated version to 10.2.0-0.1.Endi S. Dewata2013-12-057-7/+7
|
* Maintain seperate scripts for task and jobxml creation.Abhishek Koneru2013-11-203-41/+54
| | | | | | | | The compose script for creating the test rpm and submitting the job is broken into two scripts, one for creating the test rpm and one for creating the job xml. CI Test Framework
* Minor changes to the test scripts.Abhishek Koneru2013-11-133-13/+2
| | | | | Removed unnecessary lines and changed the classpath used to build the JUnit tests.
* Fixes for review commentsAbhishek Koneru2013-11-103-18/+11
| | | | | | Fixed the basic review comments for patches 74,75,76,77,78. Tickets #657,722,723,724,725,785
* Provide build scripts for the Java test classes.Abhishek Koneru2013-11-101-1/+25
| | | | | | | | Added the scripts to compile the java test sources when trying to build a beaker test rpm. This is required in a CI setup as the source is freshly checked out and the build is automated. Tickets 725, 785
* Provide compose scripts for tests.Abhishek Koneru2013-11-105-2/+213
| | | | | | | | | | Provide a compose script for building the test rpm and creating the job xml (by updating the job template with custom values provided in a job xml config file). Also add a new option --createrepo to the compose_pki_core_package script to create a repository of the built rpms at the location specified in a config file. Tickets #657, 722,723,724
* Moved Tomcat-based TPS to separate folder.Endi S. Dewata2013-08-158-13/+26
| | | | | | | | | | | The source files for the new Tomcat-based TPS has been moved from base/tps to base/tps-tomcat. The new TPS will now be build in pki-core and packaged in pki-tps-tomcat RPM. The old TPS and RA have been restored to the previous state before adding the new TPS. Once the new TPS is complete, the old TPS can be removed, the new TPS can be moved back to base/tps and the package can be renamed back to pki-tps. Ticket #702
* Adding pylint scan to the build.Abhishek Koneru2013-08-091-1/+1
| | | | | | | | Adding the scripts and the pylintrc file to the build process. The script is called before packaging the classes in the compose scripts. Ticket #316
* Added option to override compose work directory.Endi S. Dewata2013-07-229-9/+50
| | | | | | Currently the compose scripts always use a fixed work directory called "packages" to do the build. To provide more flexibility, a new optional parameter has been added to allow overriding the work directory.
* Change spec versions to 10.1.0-0.1 for 10.1 developmentAde Lee2013-05-077-7/+7
|
* Updated version number to 10.0.2-0.1.Endi Sukma Dewata2013-04-097-7/+7
| | | | | | The compose scripts and RPM specs have been updated to use version 10.0.2-0.1. The CMake script has been fixed to use the correct version number.
* Renamed base/deploy to base/server.Endi Sukma Dewata2013-04-091-1/+1
| | | | | | | The base/deploy folder has been renamed to base/server to match the package name. The pki.conf has been moved into pki-base package. Ticket #553, #564
* Trac Ticket 481 - Build pki-core 10.0.1Ade Lee2013-01-151-1/+1
|
* Update to rc1 buildAde Lee2012-12-077-7/+7
|
* update to b3Ade Lee2012-11-127-7/+7
|
* Removed CA, KRA, OCSP, TKS theme packages.Endi Sukma Dewata2012-11-122-6/+2
| | | | | | | The build scripts and spec files have been updated to no longer create the theme packages for CA, KRA, OCSP, and TKS. Ticket #407
* Renamed pki-common-theme to pki-server-theme.Endi Sukma Dewata2012-11-111-2/+2
| | | | | | | The Dogtag and IPA pki-common-theme packages have been renamed to pki-server-theme. Ticket #405
* Update to b2 releaseAde Lee2012-10-307-7/+7
|
* Update release to b1Ade Lee2012-10-087-7/+7
|
* Merged pki-silent into pki-server.Endi Sukma Dewata2012-10-071-2/+1
| | | | | | The pki-silent package has been merged into pki-server package. Ticket #354
* Updated release to a2Ade Lee2012-10-017-7/+7
|
* Using RPM version number in CMake.Endi Sukma Dewata2012-10-011-0/+1
| | | | | | | | | | | | The RPM spec files have been modified to pass the full RPM version number to CMake. The version number contains the product version number, release number, milestone, and platform. The CMake scritps will parse and use this version number to generate Java manifest files. The product version number will be used as the specification version and full version number will be used as the implementation version. Ticket #339
* Merged pki-setup into pki-server.Endi Sukma Dewata2012-09-251-5/+2
| | | | | | | The scripts to create and remove PKI instances have been moved from pki-setup into pki-server package. Ticket #336
* Merged Javadoc packages.Endi Sukma Dewata2012-09-051-0/+3
| | | | | | | The Javadocs for pki-util, pki-java-tools and pki-common have been merged and packaged into pki-javadoc RPM. Ticket #295
* Removed duplicate common classes in pki-console.jar.Endi Sukma Dewata2012-09-041-1/+1
| | | | | | | | The pki-console has been modified to depend on pki-base. This way it's no longer necessary to include duplicate common classes in pki-console. Ticket #113
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-1/+1
| | | | | | | | | | The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215
* Merged pki-native-tools and pki-java-tools.Endi Sukma Dewata2012-08-291-3/+2
| | | | | | | | | The pki-native-tools and pki-java-tools have been merged into pki-tools and pki-server will depend on it. Since pki-ra and pki-tps depends on pki-server they automatically depends on pki-tools as well. Ticket #295
* Added pki-base and pki-server RPM packages.Endi Sukma Dewata2012-08-291-4/+3
| | | | | | | | | The pki-common package has been split such that the common and client binaries are packaged in pki-base and server binaries are packaged in pki-server. The pki-util has been merged into pki-base and the pki-deploy package has been merged into pki-server. Ticket #295
* PKI Deployment ScriptletsMatthew Harmsen2012-08-171-12/+14
| | | | | | | | | | | * TRAC Ticket #266 - for non-master CA subsystems, pkidestroy needs to contact the security domain to update the domain * Made Fedora 17 rely upon tomcatjss 7.0.0 or later * Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy' * Altered PKI Package Dependency Chain (top-to-bottom): pki-ca, pki-kra, pki-ocsp, pki-tks --> pki-deploy --> pki-common * Changed TPS to require a build-time dependency of 'httpd-devel >= 2.4.2' * Clarified RPM build script's usage message