summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Move pylint-build-scan.py to scripts directoryChristian Heimes2016-04-022-1/+271
| | | | | | Move internal helper and its configuration out of the project's root directory into scripts/. Also use re instead of fnmatch to find the upgrade scriptlets.
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-04-021-0/+146
| | | | | | | | | | | | | | | | | | A Python wrapper module has been added for the pki pkcs12-import command to provide a mechanism to implement a workaround for JSS import limitation. Additional fixes by cheimes have been merged into this patch: setup.py: We must track all sub-packages manually. pylint-build-scan.py: pylint confuses the 'pki' package with the 'pki' command. The workaround symlinks the command and analysis the command under its alternative name. https://fedorahosted.org/pki/ticket/1742
* Updated version number to 10.2.7-0.1Matthew Harmsen2015-07-183-3/+3
|
* Remove 'setup' directory containing remaining Perl routinesMatthew Harmsen2015-07-171-1/+1
| | | | - PKI TRAC Ticket #1492 - remove pki-proxy-setup
* Updated version number to 10.2.6-0.1Matthew Harmsen2015-06-193-3/+3
|
* Remove x86 architecture limitationsMatthew Harmsen2015-06-111-12/+2
| | | | - PKI Trac Ticket #1392 - Remove i686/x86_64 architecture
* Updated version number to 10.2.5-0.1Matthew Harmsen2015-05-263-3/+3
|
* Updated version number to 10.2.4-0.1Matthew Harmsen2015-04-233-3/+3
|
* RHCS 9.0 theme fixesMatthew Harmsen2015-04-231-0/+6
| | | | - PKI TRAC Ticket #1296 - RHCS 9.0 theme
* 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