As we don't do automatic origin updates in no project, remove the update monitors. Those have been paused on botmaster for half a year and just no project relies on them any longer
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Should never contain references to products.
|
|
! grep -iP 'leap|factory|sle' \
|
|
origin-manager.py osc-origin.py osclib/origin.py
|