diff options
author | Chris Evich <cevich@redhat.com> | 2018-10-15 17:29:20 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-10-18 12:33:36 -0400 |
commit | a50410467ac7db98b02fc936c8cac7c5b8229f22 (patch) | |
tree | 92c354ca8c34fcdd9e0c676158a4f635504fa8a9 /.cirrus.yml | |
parent | a75a888640efcbecdf80caac3004957d6b0752ed (diff) | |
download | podman-a50410467ac7db98b02fc936c8cac7c5b8229f22.tar.gz podman-a50410467ac7db98b02fc936c8cac7c5b8229f22.tar.bz2 podman-a50410467ac7db98b02fc936c8cac7c5b8229f22.zip |
cirrus: Add simple IRC messenger
Add a naive python script that's able to connect to IRC and send a
single line of text to the #podman channel. Wrap this in a new
library function to ensure nick-name collisions are unlikely.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c00f2d095..8f21a81e8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,6 +30,7 @@ env: # Save a little typing (path relative to $CIRRUS_WORKING_DIR) SCRIPT_BASE: "./contrib/cirrus" PACKER_BASE: "./contrib/cirrus/packer" + IRCID: ENCRYPTED[e87bba62a8e924dc70bdb2b66b16f6ab4a60d2870e6e5534ae9e2b0076f483c71c84091c655ca239101e6816c5ec0883] # Every *_task runs in parallel in separate VMs. The name prefix only for reference # in WebUI, and will be followed by matrix details. This task does all the |