Commit 8dd77601 authored by nimrod's avatar nimrod
Browse files

- Updated ansible-desktop-playbooks submodule.

- Added update-requirements shell command (to update the requirements
file(s) in a repo, commit and push).
parent 19e273e5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -112,4 +112,16 @@ sync-comics () {
    rsync --recursive --compress --progress "$last_month" "$this_month" "$HOME/Downloads/Comics/"
}

update-requirements () {
    cd $(git rev-parse --show-toplevel)
    for file in $(git ls-files *requirements*.txt)
    do
        pur --requirement $file
        git add $file
    done
    git commit -m"- Updated requirements."
    git push
    cd - > /dev/null
}

. $HOME/Documents/Shore/bundle_certs/bundle_certs
Original line number Diff line number Diff line
Subproject commit b16af3860a0d586747ed5f161fb8f9b53a92f685
Subproject commit 07af19508f9c861dd64de4da312c66906d3dfca9