aboutsummaryrefslogtreecommitdiff
path: root/workstation/build_workstation
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-06-18 22:32:33 +0200
committeralex <alex@pdp7.net>2026-06-18 22:34:30 +0200
commitae29e819661173d8e4d1f8506cd159636751f184 (patch)
treebb3fdccc9ec3b054d57b9959ae23eaa8f3a40fbb /workstation/build_workstation
parent1e3dd12537327407705149e3a8739e18fa539d52 (diff)
Remove workstationmaster
Closes #779
Diffstat (limited to 'workstation/build_workstation')
-rwxr-xr-xworkstation/build_workstation35
1 files changed, 0 insertions, 35 deletions
diff --git a/workstation/build_workstation b/workstation/build_workstation
deleted file mode 100755
index fd3d82fc..00000000
--- a/workstation/build_workstation
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-set -ue
-
-(
- cd arch-container-builder/
- ./builder.py \
- --package pkgfile \
- --package ansible \
- --package puppet \
- --package sshpass \
- --package git \
- --package rust \
- --package ipython \
- --package maven \
- --package python-pip \
- --package python-pipx \
- --package python-poetry \
- --package python-jmespath \
- --package python-kubernetes \
- --package python-botocore \
- --package python-boto3 \
- --package certbot \
- --package man-db \
- --package isync \
- --package libotr \
- --package qemu-system-aarch64 \
- --package qemu-system-arm-firmware \
- --package qemu-img \
- --package cdrtools \
- --package mailutils \
- --aur-package telegram-tdlib-purple-minimal-git \
- --aur-package bitlbee-libpurple \
- workstation
-)