24 lines
518 B
Bash
24 lines
518 B
Bash
# GitLab Credentials
|
|
GITLAB_USER=cyteen
|
|
GITLAB_URL=git.ring-zero.co.uk
|
|
GITLAB_PORT=10022
|
|
|
|
# APT Mirror
|
|
APT_MIRROR=https://deb.devuan.org/merged
|
|
|
|
# Template and Blend Names
|
|
TEMPLATE_NAME=live-zfs-e23
|
|
BLEND_NAME=live-zfs-e24
|
|
|
|
# Release and Blend Version
|
|
RELEASE=daedalus
|
|
BLEND_VERS=4.0-test-$(date +%Y-%m-%d)
|
|
|
|
# Local Git Credentials
|
|
GIT_EMAIL_NAME=cyteen
|
|
GIT_EMAIL_URL=ring-zero.co.uk
|
|
GIT_NAME=Cyteen May
|
|
|
|
# SSH Agent Socket (Optional, for passwordless Git operations)
|
|
# SSH_AUTH_SOCK=/tmp/ssh-8l3EayCMOhTH/agent.15125
|