Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-23 | until kfreebsd works, only run the jessie+sid jobs monthly | Holger Levsen | 1 | -2/+4 | |
2014-04-23 | schroot.yaml syntax wibble | Joachim Breitner | 1 | -5/+5 | |
2014-04-18 | job-cfg/d-i.yaml: whitespace fix | Holger Levsen | 1 | -1/+1 | |
2014-04-18 | chroot-run.sh: unconditionally install 'build-essential devscripts git' and ↵ | Holger Levsen | 1 | -1/+1 | |
prepare apt to assume 'yes' | |||||
2014-04-17 | dvswitch.yaml: just install 'build-essential devscripts git' as part of the ↵ | Holger Levsen | 1 | -1/+1 | |
libav job | |||||
2014-04-17 | adopt job priorities for several jobs to spread the load better | Holger Levsen | 5 | -11/+40 | |
2014-04-17 | rebootstrap: add multilib variant for x32 | Helmut Grohne | 1 | -0/+16 | |
It is not clear whether multilib makes things easier or more difficult. When in doubt, try both. Also Matthias Klose asked for multilib bootstraps. | |||||
2014-04-17 | adjust rebootstrap job priority | Helmut Grohne | 1 | -1/+1 | |
They work the other way round. High numbers are last in the queue. | |||||
2014-04-17 | dvswitch.yaml: also install build-depends from d/control as its in git | Holger Levsen | 1 | -1/+1 | |
2014-04-17 | dvswitch.yaml: run everything in that chroot | Holger Levsen | 1 | -1/+1 | |
2014-04-17 | install yasm for dvswitch_against_libav job | Holger Levsen | 1 | -1/+1 | |
2014-04-16 | dvswitch_against_libav: make install libav from upstream source | Holger Levsen | 1 | -1/+1 | |
2014-04-16 | new job: dvswitch_against_libav_git to test exactly that, every day at 1 UTC | Holger Levsen | 1 | -4/+18 | |
2014-04-16 | dvswitch: fix irc notfication addresses | Holger Levsen | 1 | -3/+7 | |
2014-04-16 | new jobs to build the dvswitch git master branch on wheezy, jessie + sid | Holger Levsen | 1 | -0/+73 | |
2014-04-16 | description typo | Joachim Breitner | 1 | -1/+1 | |
2014-04-16 | name it schroot-create | Joachim Breitner | 1 | -6/+6 | |
2014-04-16 | First shot at a schroot creating script | Joachim Breitner | 1 | -0/+50 | |
It currently uses sudo freely -- I wonder if it is worth updating sudoers appropriately. Maybe the whole script can be added to sudoers? The jenkins job definition itself is not tested. | |||||
2014-04-16 | haskell-package-plan: logparse rules | Joachim Breitner | 1 | -0/+4 | |
2014-04-16 | haskell-package-plan: No need to install darcs, but do install ghc | Joachim Breitner | 1 | -1/+1 | |
2014-04-16 | haskell-package-plan: Depend on patchutils | Joachim Breitner | 1 | -1/+1 | |
2014-04-16 | rebootstrap: add gcc-4.9 configurations | Helmut Grohne | 1 | -0/+24 | |
Since libatomic1 and libgcc1 switched from gcc-4.8 to gcc-4.9 in sid, installing gcc-4.8 stage3 is basically impossible without rebuilding a native gcc-4.8 as well and downgrading those libraries due to M-A:same requirements. Thus concentrate on gcc-4.9. | |||||
2014-04-16 | rebootstrap: move triggers to default section | Helmut Grohne | 1 | -15/+3 | |
While this causes all jobs to be triggered at the same time. This is not a big problem, because jobs are queued and subject to priorities anyway. | |||||
2014-04-16 | haskell-package-plan: Use --no-install-recommends | Joachim Breitner | 1 | -1/+1 | |
2014-04-16 | Put packages to be installed in a config line of their own | Joachim Breitner | 1 | -2/+3 | |
2014-04-16 | haskell-package-plan: Depend on dctrl-tools | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | haskell-package-plan: More dependencies | Joachim Breitner | 1 | -1/+1 | |
My minimal schroot seems to be less minimal than jenkins', but I completed the list based on script's imports. | |||||
2014-04-15 | Schedule job daily | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | haskell-package-plan: Add a dependency | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | haskell-package-plan: Use sid after all | Joachim Breitner | 1 | -1/+1 | |
I just remembered that it also calls "grep-aptavail", which uses the system sources. | |||||
2014-04-15 | Escape ; in my_shell | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | haskell-package-plan: Try full path for "cabal" | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | haskell-package-plan: Use git plugin and scm-trigger | Joachim Breitner | 1 | -1/+7 | |
2014-04-15 | Rename Haskell Job to haskell-package-plan | Joachim Breitner | 1 | -4/+4 | |
which describes the job better, and matches the newly created git repository. | |||||
2014-04-15 | Fix mail address | Joachim Breitner | 1 | -1/+1 | |
2014-04-15 | No point naming the distro in haskell-packages | Joachim Breitner | 1 | -3/+3 | |
and using jessie as the base; might be more reliable. | |||||
2014-04-15 | one FIXME reminder per file is enough | Holger Levsen | 1 | -1/+1 | |
2014-04-15 | chroot-run.sh: support backports in a less hackish way | Holger Levsen | 1 | -2/+2 | |
2014-04-14 | haskell-packages: yes, really install the packages I told you to install... | Holger Levsen | 1 | -1/+1 | |
2014-04-14 | another fixup to haskell-packages.yaml | Holger Levsen | 1 | -0/+1 | |
2014-04-14 | small fixes to new haskell jobs | Holger Levsen | 1 | -3/+3 | |
2014-04-14 | haskell-packages.yaml: s#http#https# and send haskel irc notifications to ↵ | Holger Levsen | 1 | -3/+3 | |
#debian-haskell | |||||
2014-04-14 | First stab at a Haskell Metadata checking job | Joachim Breitner | 1 | -0/+42 | |
2014-04-14 | finally, correctly specify recipients for lintian jobs... | Holger Levsen | 1 | -3/+7 | |
2014-04-14 | Revert "simplify lintian job definition" | Holger Levsen | 1 | -7/+11 | |
This reverts commit ce967f0dbc81254f6c426cf77332c34ab9f4d58b. | |||||
2014-04-14 | Revert "try to fixup last commit" | Holger Levsen | 1 | -4/+4 | |
This reverts commit abd344f2c37042e50099a93eb429b3ce723758aa. | |||||
2014-04-14 | try to fixup last commit | Holger Levsen | 1 | -4/+4 | |
2014-04-14 | simplify lintian job definition | Holger Levsen | 1 | -11/+7 | |
2014-04-14 | replace all occurances of http://jenkins with https (and revert last commit) | Holger Levsen | 7 | -93/+93 | |
2014-04-14 | still trying.. | Holger Levsen | 1 | -9/+9 | |