[Debian-ha-commits] [pcs] 04/04: Merge tag 'upstream/0.9.139'

Richard Winters devrik-guest at moszumanska.debian.org
Thu Apr 16 10:00:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository pcs.

commit cc7e4503ef16911d59182860f068ea712051cd3b
Merge: 68f9a06 210ea26
Author: Richard B Winters <rik at mmogp.com>
Date:   Thu Apr 16 04:36:33 2015 -0400

    Merge tag 'upstream/0.9.139'
    
    Upstream version 0.9.139

 .gitignore                                         |     1 +
 COPYING                                            |   339 +
 MANIFEST.in                                        |     4 +
 Makefile                                           |    75 +
 README                                             |    36 +
 maketarballs.py                                    |    13 +
 newversion.py                                      |    26 +
 pcs/COPYING                                        |   339 +
 pcs/__init__.py                                    |     0
 pcs/acl.py                                         |   381 +
 pcs/cluster.py                                     |  1495 +
 pcs/config.py                                      |   566 +
 pcs/constraint.py                                  |  1374 +
 pcs/corosync.conf.fedora.template                  |    22 +
 pcs/corosync.conf.template                         |    39 +
 pcs/pcs                                            |     1 +
 pcs/pcs.8                                          |   531 +
 pcs/pcs.py                                         |   155 +
 pcs/prop.py                                        |   126 +
 pcs/resource.py                                    |  2440 ++
 pcs/rule.py                                        |  1057 +
 pcs/settings.py                                    |    19 +
 pcs/status.py                                      |   213 +
 pcs/stonith.py                                     |   398 +
 pcs/test/.gitignore                                |     2 +
 pcs/test/Makefile                                  |    18 +
 pcs/test/a.xml                                     |    13 +
 pcs/test/blank.xml                                 |    13 +
 pcs/test/cluster.conf                              |    27 +
 pcs/test/corosync.conf                             |    25 +
 pcs/test/corosync.conf.orig                        |    25 +
 pcs/test/empty-1.2.xml                             |    10 +
 pcs/test/empty-withnodes.xml                       |    12 +
 pcs/test/empty.xml                                 |    10 +
 pcs/test/final.xml                                 |   117 +
 pcs/test/large.xml                                 |  8243 ++++
 pcs/test/largefile.xml                             |  8264 ++++
 pcs/test/pcs_test_functions.py                     |    59 +
 pcs/test/test.py                                   |    23 +
 pcs/test/test.sh                                   |    45 +
 pcs/test/test_acl.py                               |   475 +
 pcs/test/test_cluster.py                           |  1330 +
 pcs/test/test_constraints.py                       |  2432 ++
 pcs/test/test_properties.py                        |   133 +
 pcs/test/test_resource.py                          |  2608 ++
 pcs/test/test_rule.py                              |  1939 +
 pcs/test/test_stonith.py                           |   566 +
 pcs/test/test_utils.py                             |  1719 +
 pcs/usage.py                                       |  1103 +
 pcs/utils.py                                       |  2441 ++
 pcsd/.gitignore                                    |     2 +
 pcsd/Gemfile                                       |    16 +
 pcsd/Gemfile.lock                                  |    50 +
 pcsd/Makefile                                      |    19 +
 pcsd/auth.rb                                       |   109 +
 pcsd/cluster.rb                                    |    12 +
 pcsd/config.rb                                     |    80 +
 pcsd/config.ru                                     |    13 +
 pcsd/fenceagent.rb                                 |   112 +
 pcsd/pcs.rb                                        |   714 +
 pcsd/pcsd                                          |   107 +
 pcsd/pcsd.conf                                     |     3 +
 pcsd/pcsd.logrotate                                |    10 +
 pcsd/pcsd.pam                                      |     5 +
 pcsd/pcsd.rb                                       |   738 +
 pcsd/pcsd.service                                  |    12 +
 pcsd/public/css/LiberationSans-Bold.ttf            |   Bin 0 -> 140252 bytes
 pcsd/public/css/LiberationSans-BoldItalic.ttf      |   Bin 0 -> 135724 bytes
 pcsd/public/css/LiberationSans-Italic.ttf          |   Bin 0 -> 162204 bytes
 pcsd/public/css/LiberationSans-Regular.ttf         |   Bin 0 -> 140600 bytes
 pcsd/public/css/images/animated-overlay.gif        |   Bin 0 -> 1738 bytes
 pcsd/public/css/images/pbar-ani.gif                |   Bin 0 -> 7970 bytes
 .../css/images/ui-bg_flat_30_cccccc_40x100.png     |   Bin 0 -> 220 bytes
 .../css/images/ui-bg_flat_50_5c5c5c_40x100.png     |   Bin 0 -> 230 bytes
 .../css/images/ui-bg_glass_20_555555_1x400.png     |   Bin 0 -> 260 bytes
 .../css/images/ui-bg_glass_40_0078a3_1x400.png     |   Bin 0 -> 342 bytes
 .../css/images/ui-bg_glass_40_ffc73d_1x400.png     |   Bin 0 -> 316 bytes
 .../images/ui-bg_gloss-wave_25_333333_500x100.png  |   Bin 0 -> 3816 bytes
 .../ui-bg_highlight-soft_80_eeeeee_1x100.png       |   Bin 0 -> 276 bytes
 .../images/ui-bg_inset-soft_25_000000_1x100.png    |   Bin 0 -> 275 bytes
 .../images/ui-bg_inset-soft_30_f58400_1x100.png    |   Bin 0 -> 340 bytes
 pcsd/public/css/images/ui-icons_222222_256x240.png |   Bin 0 -> 6922 bytes
 pcsd/public/css/images/ui-icons_4b8e0b_256x240.png |   Bin 0 -> 4549 bytes
 pcsd/public/css/images/ui-icons_a83300_256x240.png |   Bin 0 -> 4549 bytes
 pcsd/public/css/images/ui-icons_cccccc_256x240.png |   Bin 0 -> 6975 bytes
 pcsd/public/css/images/ui-icons_ffffff_256x240.png |   Bin 0 -> 6299 bytes
 pcsd/public/css/jquery-ui-1.10.1.custom.css        |  1175 +
 pcsd/public/css/liberation.css                     |    15 +
 pcsd/public/css/overpass.css                       |    27 +
 pcsd/public/css/overpass_bold-web.eot              |   Bin 0 -> 32369 bytes
 pcsd/public/css/overpass_bold-web.svg              |   470 +
 pcsd/public/css/overpass_bold-web.ttf              |   Bin 0 -> 63656 bytes
 pcsd/public/css/overpass_bold-web.woff             |   Bin 0 -> 38056 bytes
 pcsd/public/css/overpass_regular-web.eot           |   Bin 0 -> 31030 bytes
 pcsd/public/css/overpass_regular-web.svg           |   470 +
 pcsd/public/css/overpass_regular-web.ttf           |   Bin 0 -> 61808 bytes
 pcsd/public/css/overpass_regular-web.woff          |   Bin 0 -> 36352 bytes
 pcsd/public/css/style.css                          |   753 +
 pcsd/public/favicon.ico                            |   Bin 0 -> 318 bytes
 pcsd/public/images/HAM-logo.png                    |   Bin 0 -> 3965 bytes
 pcsd/public/images/Shell_bg.png                    |   Bin 0 -> 1084 bytes
 pcsd/public/images/action-icons.png                |   Bin 0 -> 14693 bytes
 pcsd/public/images/field_bg.png                    |   Bin 0 -> 949 bytes
 pcsd/public/js/ember-1.4.0.js                      | 40333 +++++++++++++++++++
 pcsd/public/js/handlebars-v1.2.1.js                |  2611 ++
 pcsd/public/js/jquery-1.9.1.min.js                 |     5 +
 pcsd/public/js/jquery-ui-1.10.1.custom.min.js      |     6 +
 pcsd/public/js/nodes-ember.js                      |  1358 +
 pcsd/public/js/pcsd.js                             |  1594 +
 pcsd/remote.rb                                     |  1305 +
 pcsd/resource.rb                                   |   527 +
 pcsd/ssl.rb                                        |    87 +
 pcsd/systemd-notify-fix.py                         |    16 +
 pcsd/views/_acls.erb                               |   165 +
 pcsd/views/_cluster_list.erb                       |    28 +
 pcsd/views/_configure.erb                          |    39 +
 pcsd/views/_resource.erb                           |   412 +
 pcsd/views/_resource_list.erb                      |    38 +
 pcsd/views/_wizards.erb                            |    35 +
 pcsd/views/configure.erb                           |    39 +
 pcsd/views/fenceagentform.erb                      |    78 +
 pcsd/views/login.erb                               |    12 +
 pcsd/views/main.erb                                |   181 +
 pcsd/views/manage.erb                              |   336 +
 pcsd/views/nodes.erb                               |   323 +
 pcsd/views/resourceagentform.erb                   |   102 +
 pcsd/views/resourcedeps.erb                        |    83 +
 pcsd/wizard.rb                                     |    23 +
 pcsd/wizards/apache.rb                             |    65 +
 setup.py                                           |    14 +
 130 files changed, 96029 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list