11 lines
542 B
Bash
Executable File
11 lines
542 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/profile
|
|
|
|
# Tracked kernels
|
|
/home/bot/build/bin/kernel-autobump /home/bot/kernel stable origin 3.10 sabayon- "3\.10\.[0-9999]"
|
|
/home/bot/build/bin/kernel-autobump /home/bot/kernel stable origin 3.12 sabayon- "3\.12\.[0-9999]"
|
|
/home/bot/build/bin/kernel-autobump /home/bot/kernel stable origin 3.13 sabayon- "3\.13\.[0-9999]"
|
|
/home/bot/build/bin/kernel-autobump /home/bot/kernel stable origin 3.14 sabayon- "3\.14\.[0-9999]"
|
|
/home/bot/build/bin/kernel-autobump /home/bot/kernel stable origin 3.15 sabayon- "3\.15\.[0-9999]"
|