Parcourir la Source

updated packages and build script

bmallred 10 ans auparavant
Parent
Commettre
7c0cdbbad3

+ 3 - 2
.gitignore

1
customrepo/i686/*.pkg.tar.xz
2
customrepo/x86_64/*.pkg.tar.xz
1
customrepo/i686/*
2
customrepo/x86_64/*
3
customrepo/packages/*
3
customrepo/packages/*
4
releng/work
4
releng/work
5
releng/out
5
releng/out
6
releng/root-image/etc/skel/.vim/bundles/*

+ 15 - 6
build.sh

1
if [[ ${EUID} -ne 0 ]]; then
2
	echo "This script must be run as root"
3
	exit 1
4
fi
5
1
# ---------------------------
6
# ---------------------------
2
# Build Custom Repository
7
# Build Custom Repository
3
# ---------------------------
8
# ---------------------------
4
9
5
./customrepo/build.sh
10
cd customrepo && ./build.sh && cd ..
6
11
7
# ---------------------------
12
# ---------------------------
8
# Build ISO
13
# Build ISO
9
# ---------------------------
14
# ---------------------------
10
15
16
cd releng
17
11
# Clean up
18
# Clean up
12
rm -rf ./releng/work/*
13
rm -rf ./releng/out
19
sudo rm -rf ./work/*
20
sudo rm -rf ./out
14
21
15
# Change root ownership
22
# Change root ownership
16
chown -R root:root ./releng/root-image
23
sudo chown -R root:root root-image
17
24
18
# Call the original build script
25
# Call the original build script
19
./releng/build.sh -v
26
sudo ./build.sh -v
20
27
21
# Change ownership back
28
# Change ownership back
22
chown -R bryan:users releng/root-image
29
sudo chown -R bryan:users root-image
30
31
cd ..

+ 0 - 1
customrepo/i686/customrepo.db

1
customrepo.db.tar.gz

BIN
customrepo/i686/customrepo.db.tar.gz


+ 0 - 1
customrepo/x86_64/customrepo.db

1
customrepo.db.tar.gz

BIN
customrepo/x86_64/customrepo.db.tar.gz


+ 3 - 0
releng/packages.x86_64

6
ttf-inconsolata-g
6
ttf-inconsolata-g
7
ttf-ms-fonts
7
ttf-ms-fonts
8
ttf-monaco
8
ttf-monaco
9
packer
10
i3status-update-network-git
11
code-git
9
12

+ 0 - 2
releng/root-image/etc/skel/.config/zsh/aliases.zsh

1
alias ls='ls -h --color=auto'
1
alias ls='ls -h --color=auto'
2
alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'
3
alias packer='sudo ~/projects/packer/packer'

+ 1 - 1
releng/root-image/etc/skel/.vim/bundle/vim-umbrella

1
Subproject commit ebaf961263451dc26f42936e7b075be92b15d8af
1
Subproject commit d37e1c80589c4e97540620db9533fdfbb6c90b76

+ 3 - 1
releng/root-image/etc/skel/.zshenv

1
export PATH=$PATH:$HOME/dmenu
1
export PATH=$HOME/dmenu:$HOME/.cabal/bin:$HOME/bin:/usr/local/bin:$PATH
2
export EDITOR=vim
3
export VBOX_USB=usbfs