upg jobbot
This commit is contained in:
parent
378432f961
commit
6ff2d22a94
2 changed files with 22 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgname=jobbot
|
||||
pkgdesc='Minimal set of packages to maintain the building chroot for JOBORun Linux'
|
||||
pkgver=0.1
|
||||
pkgrel=05
|
||||
pkgver=0.2
|
||||
pkgrel=01
|
||||
groups=( jobbot )
|
||||
arch=(x86_64)
|
||||
source=( README-jobbot.txt Qsq ckchroot)
|
||||
|
@ -32,7 +32,7 @@ package() {
|
|||
install -Dm644 "$srcdir"/README-jobbot.txt "$pkgdir"/src/README-jobbot.txt
|
||||
install -Dm644 "$srcdir"/Qsq "$pkgdir"/src/Qsq # When jobbot is installed this can be produced
|
||||
# ... by running 'pacman -Qsq >/src/Qsq'
|
||||
install -Dm755 "$srcdir"/ckchroot "$pkgdir"/usr/bin/ckchroot
|
||||
install -Dm755 "$srcdir"/ckchroot "$pkgdir"/usr/local/bin/ckchroot
|
||||
# This ckchroot script runs 'pacman -Qsq >/tmp/Qsq' and then compares it to /src/Qsq
|
||||
}
|
||||
|
||||
|
@ -40,6 +40,7 @@ package() {
|
|||
|
||||
license=('ISC')
|
||||
|
||||
sha256sums=(b8d35ce63241ebd38ba6fde17894bbb5b0c334b165789fd0454530c20b25ed75 # README-jobbot.txt
|
||||
sha256sums=(7f0b1d6bff4b8ce726c9acf68e86f6cc88dc9c7e60b6567048427c9f26dd3bfd # README-jobbot.txt
|
||||
65b9591fd06623fef36cb41933a19f3571d730aac99fe3712c94429a1cd77c11 # Qsq
|
||||
50febbb21bb779f43b93c7f8e65ba4cbff0c6b32cddd45ecb9118fc801581d99) # ckchroot
|
||||
|
||||
|
|
|
@ -24,8 +24,25 @@ It is crucial to maintain this base of installed packages because all pkg direct
|
|||
/src/pkg/jobcore and /src/pkg/jobextra contain a file called deps. deps for each package
|
||||
are the exact packages you need more than what you have in jobbase. You install deps list
|
||||
to build, you uninstall deps list when you finish, and you always end up with jobbot.
|
||||
|
||||
To CLONE the source for joborun do the following
|
||||
|
||||
% -->
|
||||
cd /src/pkg
|
||||
sudo pacman -S git
|
||||
git clone https://git.disroot.org/joborun-pkg/jobcore.git jobcore
|
||||
git clone https://git.disroot.org/joborun-pkg/jobextra.git jobextra
|
||||
git clone https://git.disroot.org/joborun-pkg/jobcomm.git jobcomm
|
||||
sudo pacman -Rnsu git
|
||||
ckchroot
|
||||
% <--
|
||||
|
||||
you should end up with the three repositories containing the source of all
|
||||
packages we produce and publish. Read the wiki for building details. (http://pozol.eu --> joborun)
|
||||
________
|
||||
|
||||
|
||||
|
||||
######## delete the empty spaces from the addresses below ########
|
||||
joborun @ disroot . org reddit . com / r / joborun
|
||||
######## delete the empty spaces from the above addresses ########
|
||||
|
|
Loading…
Reference in a new issue