GithubHelp home page GithubHelp logo

Comments (23)

andriytk avatar andriytk commented on August 25, 2024

closed

from cortx-hare.

andriytk avatar andriytk commented on August 25, 2024

I don't think we need such a script specifically for hax. It can be started via systemctl start hax command now.

from cortx-hare.

typeundefined avatar typeundefined commented on August 25, 2024

The file is generated like this: pylint --generate-rcfile >./.pylintrc

But please note that I've already put some changes there (and there are some things yet to be polished):

63,64c63,64
< disable=missing-docstring,
<         print-statement,
---
> disable=print-statement,
>         C0111,

C0111 is explained here

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

assigned to @andriy.tkachuk

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

assigned to @konstantin.nekrasov

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

added 1 commit

  • a06053c9 - Rename startup.sh -> start

Compare with previous version

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

changed this line in version 3 of the diff

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

@andriy.tkachuk Would you write the patch please?

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

Please use single quotes unless there is an expression to expand. See https://github.com/bahamas10/bash-style-guide#quoting . (Yes, I promise to post a MR with coding style today. My apologies.)

from cortx-hare.

vvv avatar vvv commented on August 25, 2024
set -eu -o pipefail
# set -x
export PS4='+ [${FUNCNAME[0]:+${FUNCNAME[0]}:}${LINENO}] '

Rationale:

  • The Rule of Silence.
  • set -x on a separate line is easy to uncomment.
  • This value of PS4 shows function name and line number in set -x output.

See also h0 script.

from cortx-hare.

vvv avatar vvv commented on August 25, 2024
  1. Please rename to M0_SRC_DIR — the name used in Mero, Halon, and Hare code.
  2. We should honour the value of M0_SRC_DIR coming from environment:
M0_SRC_DIR=${M0_SRC_DIR:-${SRC_DIR%/*}/mero}

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

Please use

SRC_DIR="$(dirname $(readlink -f $0))"

See the output of git grep -nH readlink.

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

How does .env file appear?

from cortx-hare.

vvv avatar vvv commented on August 25, 2024

Where does .pylintrc originate from?

from cortx-hare.

andriytk avatar andriytk commented on August 25, 2024

systemctl start consul-agent ?

You just have to register systemd/consul-agent.service beforehand.

from cortx-hare.

typeundefined avatar typeundefined commented on August 25, 2024

changed the description

from cortx-hare.

typeundefined avatar typeundefined commented on August 25, 2024

mentioned in issue #84

from cortx-hare.

typeundefined avatar typeundefined commented on August 25, 2024

added 1 commit

  • 0363066e - Remove redundant comment

Compare with previous version

from cortx-hare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.