You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/03/13 09:37:41 UTC

[airflow] branch master updated: Add confirming getopt and gstat #14750 (#14751)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new b9e8ca4  Add confirming getopt and gstat #14750 (#14751)
b9e8ca4 is described below

commit b9e8ca48e61fdb8d80960981de0ee5409e3a6df9
Author: Ai Ozaki <57...@users.noreply.github.com>
AuthorDate: Sat Mar 13 18:37:13 2021 +0900

    Add confirming getopt and gstat #14750 (#14751)
---
 BREEZE.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/BREEZE.rst b/BREEZE.rst
index 700c79e..30ab3d2 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -157,6 +157,23 @@ If you use zsh, run this command and re-login:
     echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.zprofile
     . ~/.zprofile
 
+
+Let's confirm that ``getopt`` and ``gstat`` utilities are successfully installed
+
+.. code-block:: bash
+
+    $ getopt --version
+    getopt from util-linux *
+    $ gstat --version
+    stat (GNU coreutils) *
+    Copyright (C) 2020 Free Software Foundation, Inc.
+    License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
+    This is free software: you are free to change and redistribute it.
+    There is NO WARRANTY, to the extent permitted by law.
+
+    Written by Michael Meskes.
+
+
 Memory
 ------