python-puppetboard-uwsgi-0.0.5-3.2>t  DH`pY_/=„)uu$˪st;F룛Ye Y1-JK9cvl0c[zÝ( Khf;6.4Ȕ&[Ɏ(.6jL+5V=F wT ;vQol@I 戃抧?%;e3l$zڤMBEk}dBRv+|гUv/Q60&=aςXeI- lG?dSg4gh?!4ee8be8a6914da54f6eac21916ee521bc99f26d7!cY_/=„b|iTyOځaܕ*j%Wj@l,lAAҟME͡@]>ҌڷmA7o-1!/k,3HxaO,- ^'9J-:҃+UUඝjÅ&2 ãB@;~]_$!5Rn6Ș-'_X3SKA֭MVAD?4d! % C "(/h  $ . 8 L  (<x  R (}89:=>?@FGHIXY\]^\bcGdefluvwxz$Cpython-puppetboard-uwsgi0.0.53.2uwsgi support for puppetboardThis package provides support for running puppetboard under uwsgiY^cloud108+openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/voxpupuli/puppetboardlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in puppetboard-uwsgi.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in puppetboard-uwsgi.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-python-puppetboard-update-$service-new-in-upgrade" fi done fi for service in puppetboard-uwsgi.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in puppetboard-uwsgi.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset puppetboard-uwsgi.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in puppetboard-uwsgi.service ; do if [ ! -e "/run/rpm-python-puppetboard-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-python-puppetboard-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable puppetboard-uwsgi.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop puppetboard-uwsgi.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart puppetboard-uwsgi.service ) || : fi else # package uninstall for service in puppetboard-uwsgi.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi "AA큤Y^Y^Y^Y^Y^5ee142cd4c9bf826d0b3d3fb09dca48d4c75e976254e5e2d4489519bcfca97ddservicepuppetboardpuppetboardrootrootrootpuppetboardpuppetboardrootrootrootpython-puppetboard-0.0.5-3.2.src.rpmconfig(python-puppetboard-uwsgi)python-puppetboard-uwsgi    /bin/sh/bin/sh/bin/sh/bin/shconfig(python-puppetboard-uwsgi)python-puppetboardrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)uwsgi-pythonrpmlib(PayloadIsLzma)0.0.5-3.20.0.53.0.4-14.0-14.4.6-14.11.2W@W@W@WSRb@jengelh@inai.detampakrap@opensuse.orgtampakrap@opensuse.orgtampakrap@opensuse.orgdarin@darins.netaboe76@gmail.com- Ensure shadow utilities are present, and check for group/user before creating them.- fix the perms of the tmp/ directory, so that uwsgi can actually create the socket inside there - remove needless dep- create -uwsgi subpackage with appropriate config and unit service file- Version bump 0.0.5: - Replacing chart.js with c3.js and d3.js - Implemented Semantic UI 0.16.1 - Adding an OFFLINE_MODE to download assets from a CDN or the PuppetBoard server - Allowing Catalog viewing from the Nodes page if new configuration option ENABLE_CATALOG is enabled (Disabled by default) - Adding an Inventory page to give a high-level overview of the managed nodes through a configurable list of facts - This will be the final release of the 0.0.x series - Fix homepage - Unhardcode the paths in the configs - Change wsgi dir to /srv/www/vhosts/puppetboard - Create puppetboard user and run the apache wsgi process with that user - Install the wsgi/settings configs in the main package - Rename the wsgi subpackage to apache, and install only the apache config- Add packaing for running w/ mod_wsgi - .spec cleanup- Initial upload version 0.0.4 - Fix the sorting of the different tables containing facts. - Fix the license in our ``setup.py``. The license shouldn't be longer than 200 characters. We were including the full license tripping up tools like bdist_rpm./bin/sh/bin/sh/bin/sh/bin/shcloud108 14952281490.0.5-3.20.0.5-3.2tmpsocketsuwsgi.inipuppetboard-uwsgi.servicercpuppetboard-uwsgi/srv/www/vhosts/puppetboard//srv/www/vhosts/puppetboard/tmp//usr/lib/systemd/system//usr/sbin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/3573b5b8ec335196b00ab02119a5e9b5-python-puppetboardcpiolzma5noarch-suse-linuxdirectoryASCII textA@oR%9U?] crt:bLLD6Rb7-jeaxSW*KW׭zP1^Ƣ؞`XA2L5/[ňIu@2\sdƈ$Hh 5} E,e!H„ߑv+-S%]h'9s%j27k;Lw&Г3`J?8997[zԣe <xUz\;/p > ۙ;H {`] Y=Tj.MNO4"i?6E>wdz=y?s:5ǐ.D=Yr}b2