The Wayback Machine - https://web.archive.org/web/20210831102025/https://github.com/topics/configuration-files
Skip to content
#

configuration-files

Here are 803 public repositories matching this topic...

markus2330
markus2330 commented Jul 27, 2020

Steps to Reproduce the Problem

sudo kdb mount --with-recommends /etc/hosts system/hosts hosts
sudo kdb set system/hosts/ipv4/test.complang.tuwien.ac.at 192.168.1.1
sudo kdb set system/hosts/ipv4/test.complang.tuwien.ac.at/alias 192.168.1.1
sudo kdb set system/hosts/ipv4/alias 192.168.1.2

Expected Result

An error that a host with the name alias already exists, e.g.:
`

dotman
Bhupesh-V
Bhupesh-V commented Oct 24, 2020

Right now we are testing dotman for only Bash 4.x (which comes with Ubuntu 20.04. It would be nice to test it on bash 3 and 5 as well. For now, we only need to test syntax as done in the current workflow

name: build

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
  push:
    branches: [ master ]
  pull_

Improve this page

Add a description, image, and links to the configuration-files topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configuration-files topic, visit your repo's landing page and select "manage topics."

Learn more