summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-08-31 08:28:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-08-31 08:28:48 +0200
commit82838d6ba1a8cfbc9588e3732476211fd5632217 (patch)
tree76fee5b516a01b8f9b2eb9378db6ba2b9b927b44
parent2fd0fea4ce8eb36274272da5c6f40962e5f58cc1 (diff)
downloaddotfiles-82838d6ba1a8cfbc9588e3732476211fd5632217.tar.gz
dotfiles-82838d6ba1a8cfbc9588e3732476211fd5632217.tar.xz
dotfiles-82838d6ba1a8cfbc9588e3732476211fd5632217.zip
shell: Add ob-f3(4|5) to osc.sh
-rw-r--r--shell-profile/.profile.d/osc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell-profile/.profile.d/osc.sh b/shell-profile/.profile.d/osc.sh
index 9753dce..607c84f 100644
--- a/shell-profile/.profile.d/osc.sh
+++ b/shell-profile/.profile.d/osc.sh
@@ -28,3 +28,10 @@ ob-tw() {
ob-twf() {
osc_build tw openSUSE_Factory "$@"
}
+
+ob-f35() {
+ osc_build f35 Fedora_35 "$@"
+}
+ob-f34() {
+ osc_build f34 Fedora_34 "$@"
+}