Jesus Alvarez
38bd053244
verifier.sh: Add email notification
...
The script uses mutt to send and email. On my workstation it is configured to
use gmail.
12 years ago
Jesus Alvarez
90339b15da
lib.sh: Add send_mail()
12 years ago
Jesus Alvarez
7f23afff5a
Start tracking scraper.sh
...
This script will scrape the various webpages tied to the archzfs repository to
monitory specific data points and send an email notifcation when they have
changed.
12 years ago
Jesus Alvarez
d2847b0ddc
verifier.sh: Remove check_webpage()
12 years ago
Jesus Alvarez
2612be4601
build.sh: Move logging function to lib.sh
12 years ago
Jesus Alvarez
e58e032fb8
Start tracking verifier.sh
...
This script verifies that a local and remote repository are exactly the same.
If not, then an email notification is sent.
12 years ago
Jesus Alvarez
3956916131
Start tracking lib.sh
...
A simple bash logging library stolen from makepkg.
12 years ago
Jesus Alvarez
15238a1d51
Start tracking push.sh
...
This script is used to push the repository to the webhost.
12 years ago
Jesus Alvarez
c0dd09de28
build.sh: Add burp support
...
Burp allows the user to easily upload the latest package sources to AUR. The
implementation requires the user to have a burp.conf.
12 years ago
Jesus Alvarez
a2180a9b6e
build.sh: Update help message
12 years ago
Jesus Alvarez
0f9d9017bc
Update 0.6.1_3.10.5-1
12 years ago
Jesus Alvarez
c5eaf1a6ea
Update to 0.6.1_3.10.3-1
12 years ago
Jesus Alvarez
f595f91bc5
Update to 0.6.1_3.10.2-1
12 years ago
Jesus Alvarez
6c2725acfc
Merge pull request #12 from badele/systemd
...
Fix zfs binary path
12 years ago
Jesus Alvarez
68c4747a50
Update to 0.6.1_3.9.9-1
12 years ago
Bruno Adele
c5563e1888
Fix zfs binary path
12 years ago
Jesus Alvarez
7cd7198429
build.sh: Refactor add_to_repo
12 years ago
Jesus Alvarez
cd0f553d8b
Update to 0.6.1_3.9.8-1
12 years ago
Jesus Alvarez
6b015ea118
Update 0.6.1_3.9.7-1
12 years ago
Jesus Alvarez
96b6fa0df1
Update 0.6.1_3.9.6-1
12 years ago
Jesus Alvarez
1080d2b64c
Update to 0.6.1_3.9.5-1
12 years ago
Jesus Alvarez
d69b799956
Add noconfirm to pacman options
12 years ago
Jesus Alvarez
bfc5a2cda5
Add another build script
...
Building these packages and adding them to a repo is robotic. This script does
all of it for me. This is the third version of the build utility. This builds
in an chroot environment created with arch-nspawn.
12 years ago
Jesus Alvarez
aa27d36e34
Update to 0.6.1_3.9.4-2
12 years ago
Jesus Alvarez
474c2059a5
Update to 0.6.1_3.9.4-1
12 years ago
Jesus Alvarez
af7f3f7f78
Update to 0.6.1_3.9.3-1
12 years ago
Jesus Alvarez
f3e1d7b1f5
Merge branch '0.6.1_3.9.X'
12 years ago
Jesus Alvarez
236e5c4519
Update to 0.6.1_3.9.2-1
12 years ago
Jesus Alvarez
eb668efa9c
Fix depmod version for major versions
...
When the kernel version is 3.9, the depmod kernel version is 3.9.0. This commit
properly detects minor versioned kernels and creates a proper kernel version
string.
12 years ago
Jesus Alvarez
68e7e36c95
Update to 0.6.1_3.9-2
12 years ago
Jesus Alvarez
cffb540de2
Update to 0.6.1_3.8.11-1
12 years ago
Jesus Alvarez
0557799a0d
Add version arg to add_packages_to_repo
12 years ago
Jesus Alvarez
1bcd3ea03a
Update to 0.6.1_3.8.10-1
12 years ago
Jesus Alvarez
6ba89a83e9
Rewrite build.sh to use lib.sh
12 years ago
Jesus Alvarez
c48a5765e6
Rename update.sh to build.sh
12 years ago
Jesus Alvarez
9cea6b9ca0
Update to 0.6.1_3.8.8-2
12 years ago
Jesus Alvarez
09b77c112c
Add update.sh for simple packaging
12 years ago
Jesus Alvarez
a9e3060151
Update webpage with new repo path info
12 years ago
Jesus Alvarez
b090d87448
Update .gitignore
12 years ago
Jesus Alvarez
3d2fcd8adc
Fix path in gitignore
12 years ago
Jesus Alvarez
1d387e936a
Stop tracking databases
...
It is pointless to track the databases without tracking the archives, so this
repo will not track them any longer.
12 years ago
Jesus Alvarez
0c1c5b6c39
testing to 0.6.1_3.8.8-1
12 years ago
Jesus Alvarez
f9bbf08d67
core to 0.6.1_3.8.7-1
12 years ago
Jesus Alvarez
3d5bfe0492
testing to 0.6.1_3.8.7-1
12 years ago
Jesus Alvarez
575a751792
Add missing zfs-utils source
12 years ago
Jesus Alvarez
3724b0b1b1
core/testing to 0.6.1_3.8.6-2
...
Integrated patch from Swâmi Petaramesh to delay the the zfs initcpio script
until the zfs device has come up after being unlocked by LUKS encrypted LVM.
This update has no effect on boot time un-encrypted disks.
12 years ago
Jesus Alvarez
d257d5afc8
Merge pull request #7 from jasonrm/fix-bootfs-zfs-hook
...
Find dataset when multiple pools exist on boot
12 years ago
Jesus Alvarez
99ec60107c
Merge branch 'archiso_0.6.1_3.8.4'
12 years ago
Jesus Alvarez
361e69ea52
archios to 0.6.1_3.8.4-1
12 years ago
Jason R. McNeil
bf484cd8a5
Find dataset when multiple pools exist on boot
...
If the `zfs` kernel parameter is set to `bootfs` and multiple pools
are available, check each pool for the bootfs property.
As far as I am aware, there are only three possible strings that might
be returned by `zpool list -H -o bootfs`, an empty string, `-`, and
a dataset name. If this is not the case this change has the potential
to break existing systems.
12 years ago