summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Removed hard-coded version numbers from compose scripts.Endi S. Dewata2017-06-013-6/+6
| | | | | | | | | The compose scripts have been modified to use the version numbers defined in the spec files. https://pagure.io/dogtagpki/issue/2687 Change-Id: I9651e6239c34e38924fac1a3e7a1a1e6ad574b10
* synced compose scripts to 10.4.6Matthew Harmsen2017-05-303-3/+3
|
* Synced up local spec files with latest release (10.4.5)Matthew Harmsen2017-05-223-3/+3
|
* Synced up local spec files with latest release (10.4.4)Matthew Harmsen2017-05-093-3/+3
|
* Synced up local spec files with latest releaseMatthew Harmsen2017-05-013-3/+3
|
* Synced up local spec files with latest releaseMatthew Harmsen2017-04-273-3/+3
|
* Updated version number to 10.4.1-0.1Matthew Harmsen2017-03-313-3/+3
|
* Updated version number to 10.4.0-0.1Matthew Harmsen2016-08-083-3/+3
|
* Updated version number to 10.3.5-0.1Matthew Harmsen2016-07-053-3/+3
|
* Updated version number to 10.3.4-0.1Matthew Harmsen2016-06-213-3/+3
|
* Updated version number to 10.3.3-0.1Matthew Harmsen2016-06-073-3/+3
|
* Updated version number to 10.3.2-0.1Matthew Harmsen2016-05-183-3/+3
|
* Updated version number to 10.3.1-1 (to allow upgrade from 10.3.0.b1)Matthew Harmsen2016-05-173-3/+3
|
* Updated version number to 10.3.0-1.Matthew Harmsen2016-05-163-3/+3
|
* fix bashismsMatthew Harmsen2016-04-2616-26/+26
| | | | | | - PKI TRAC Ticket #2249 - fix bashisms - changes 'source' to '.' - changes 'bash' to 'sh'
* Build for Fedora 24 beta.Matthew Harmsen2016-04-183-3/+3
|
* Updated F24 (second alpha) build of pki-core.Matthew Harmsen2016-04-073-3/+3
|
* Updated file listMatthew Harmsen2016-04-071-1/+1
|
* Removed 'dogtag.pylintrc' and 'pylint-build-scan.py' from 'pki/scripts'Matthew Harmsen2016-04-072-398/+0
| | | | | directory, as they were moved to the top-level directory to promote easier use with patches.
* Rebase to 10.3.xMatthew Harmsen2016-03-043-3/+3
| | | | - PKI TRAC Ticket #1724 - Rebase pki-core to 10.3.x
* Fedora 24 fixes for Python 3.5 and pylint 1.5Christian Heimes2016-02-291-18/+0
| | | | | | | | | | | Fedora 24 has Python 3.5 instead of Python 3.4. tox.ini now uses python3 to use any Python 3 interpreter. Python 3.5 has unittest.mock in the stdlib. Tests must attempt to import mock from unittest first. Pylint 1.5 has deprecated a couple of old options. Dogtag doesn't use the options anyway. I just removed them from dogtag.pylintrc.
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-02-261-2/+12
| | | | | | | | | | | | | | | | | | 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
* Run flake8 and pylint --py3k tests during RPM buildChristian Heimes2016-01-251-1/+1
| | | | | | | pki-core.spec now ensures that Python code stays compatible with Python 3 and is nicely formatted, too. https://fedorahosted.org/pki/ticket/1738
* Fixed pylint warnings on F21.Endi S. Dewata2015-08-191-1/+1
|
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-171-1/+3
| | | | | | | | | | | | | | Enforce absolute imports or explicit relative imports. Python 3 no longer supports implicit relative imports, that is unqualified imports from a module's directory. In order to load a module from the same directory inside a package, use from . import module The future feature 'from __future__ import absolute_import' ensures that pki uses absolute imports on Python 2, too. See https://www.python.org/dev/peps/pep-0328/
* Move pylint-build-scan.py to scripts directoryChristian Heimes2015-08-143-1/+405
| | | | | | 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.
* Rewrite pylint-build-scan as improved Python scriptChristian Heimes2015-08-101-1/+1
| | | | | | | The upgrade scripts don't have a .py file extension. For this reason they are not picked up by pylint in tox.ini. Tox doesn't support shell scripting. In order to check all files I rewrote the pylint-build-scan.sh script as Python script.
* Updated version number to 10.3.0-0.1Matthew Harmsen2015-08-083-3/+3
|
* 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