2
0
salt-formula/test
Imran Iqbal 80542bad6e
fix(repo): update repo urls to repo.saltproject.io
Use the following command:

```
$ GREP_SED="\(repo\.salt\)stack\.com" \
  && grep -rl --exclude-dir=.git "${GREP_SED}" \
  | grep -v .un~$ \
  | xargs sed -i -e "/${GREP_SED}/s//\1project.io/g"
```
2021-05-25 19:27:15 +01:00
..
integration fix(repo): update repo urls to repo.saltproject.io 2021-05-25 19:27:15 +01:00
salt/pillar test(aluminium): add pillar, tests and verification files for 3003 2021-04-22 08:52:57 +01:00