generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathjustfile
More file actions
38 lines (32 loc) · 1.13 KB
/
justfile
File metadata and controls
38 lines (32 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
build:
bluebuild build --tempdir /var/tmp recipes/recipe.yml
rebase:
bluebuild rebase --tempdir /var/tmp recipes/recipe.yml
generate-iso:
sudo bluebuild generate-iso --iso-name blue95-latest.iso image ghcr.io/ledif/blue95:latest
generate-live-iso:
#!/bin/bash
if [ ! -d scratch/titanoboa ]; then
mkdir -p scratch
cd scratch
git clone https://github.com/ublue-os/titanoboa.git
cd ..
else
cd scratch/titanoboa
git pull
cd ../../
fi
#sudo bluebuild build --tempdir /var/tmp recipes/recipe.yml
cd scratch/titanoboa
sudo env HOOK_post_rootfs=$(realpath ../../files/iso/configure_iso_anaconda-webui.sh) just build ghcr.io/winblues/blue95:latest 1 /dev/null
# Overwrite xfce4-panel-profile in repo based on current profile
refresh-panel-profile:
#!/bin/bash
set -exuo pipefail
tmptar=$(mktemp -p /tmp blue95-profile.XXXXX)
xfce4-panel-profiles save $tmptar
cd files/system/usr/share/winblues/chezmoi/dot_local/share/xfce-panel-profile/
tar xf $tmptar
rm $tmptar
test-installer:
cp files/system/usr/libexec/blue95-installer.py files/system/usr/share/winblues/installer.glade ~/Public/vm-share/