Skip to content
Snippets Groups Projects
Commit 3135baca 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 3199bc78
No related branches found
No related tags found
No related merge requests found
...@@ -112,4 +112,16 @@ sync-comics () { ...@@ -112,4 +112,16 @@ sync-comics () {
rsync --recursive --compress --progress "$last_month" "$this_month" "$HOME/Downloads/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 . $HOME/Documents/Shore/bundle_certs/bundle_certs
Subproject commit b16af3860a0d586747ed5f161fb8f9b53a92f685 Subproject commit 07af19508f9c861dd64de4da312c66906d3dfca9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment