Changeset dde98bb2


Ignore:
Timestamp:
2021-03-29T14:40:40Z (3 years ago)
Author:
/ <>
Children:
50efbf4
Parents:
a181ec1
Message:

constant prosody

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci.yml

    ra181ec1 rdde98bb2  
    1515        sudo apt-get update -y
    1616        sudo apt-get install -y --no-install-recommends clang git make pkg-config libgnutls28-dev libgcrypt20-dev libglib2.0-dev prosody gcovr
    17         sudo prosodyctl stop
     17        #sudo prosodyctl stop
    1818
    1919    - name: build bitlbee
  • .tests/cleanup_prosody.sh

    ra181ec1 rdde98bb2  
    55sudo prosodyctl deluser test1@localhost
    66sudo prosodyctl deluser test2@localhost
    7 sudo prosodyctl stop
     7#sudo prosodyctl stop
  • .tests/setup_prosody.sh

    ra181ec1 rdde98bb2  
    33set -e
    44
    5 sudo /etc/init.d/prosody start
     5#sudo /etc/init.d/prosody start
    66sudo prosodyctl register test1 localhost asd
    77sudo prosodyctl register test2 localhost asd
Note: See TracChangeset for help on using the changeset viewer.