summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-12-10 14:23:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-12-10 14:23:36 +0100
commita0f79a735548056faf6327c4cd4609816b85e484 (patch)
treea9b64364f690c9f6d67fa1ede596cc805363e0f9
parentab8fc3b409ba477a58b1c54ed8d63e5825b10d82 (diff)
downloadwww-andreasbaumann-cc-a0f79a735548056faf6327c4cd4609816b85e484.tar.gz
www-andreasbaumann-cc-a0f79a735548056faf6327c4cd4609816b85e484.tar.bz2
removed some things from the toolbox
-rw-r--r--content/toolbox/_index.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index 8352819..0f31640 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -37,9 +37,6 @@ Some things I found to be useful for daily programming.
## Infrastructure
-* [openSUSE Build Service](https://build.opensuse.org/): for building
- release packages in the cloud.
-* [Travis CI](http://travis-ci.org/): for continuous integration on Mac OSX.
* Using [libvirtd](http://libvirt.org) now instead of VirtualBox
(sorry, Oracle). Main reason: it's still a little bit un-ready round
the edges but hey, it's really open source. :-)
@@ -100,3 +97,9 @@ The following tools I used in the past, but not anymore:
without all the built-in stuff from Mozilla nobody needs or asked for.
I'm no longer using it, as compiling it is too much of a hazzle with
frequent rust incompatibilities..
+* [openSUSE Build Service](https://build.opensuse.org/): for building
+ release packages in the cloud. They deleted my home project and I'm
+ no longer doing software development, really.
+* [Travis CI](http://travis-ci.org/): for continuous integration on Mac OSX.
+ Don't care about building on Apple anymore due to all kind of reasons..
+