| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵ | Simon Rettberg | 2013-10-14 | 1 | -0/+5 |
| | | | | | | | (would be player 6.0) also rename module from vmplayer to vmware to be more generic in case we switch again | ||||
| * | Make sure pam_ck_connector is required by and included in the consolekit ↵ | Simon Rettberg | 2013-09-30 | 1 | -1/+1 |
| | | | | | | | module on all platforms (Previously it was in consolekit on suse and pam on ubuntu... -.-) | ||||
| * | [setup_target] Actually CHECK IF A REQUIRED LIBRARY IS THERE! | Simon Rettberg | 2013-09-30 | 1 | -5/+5 |
| | | |||||
| * | [dbus] Create systemd service using a template instead of grabbing from ↵ | Simon Rettberg | 2013-09-30 | 1 | -6/+5![]() |
| | | | | | | | | | running system Also remove the ugly hack that moves /lib/systemd to /etc/systemd; this would only help mixing systemd service files from the running system with our own -- trouble ahead! Warn if /lib/systemd exists in the target build dir. | ||||
| * | [setup_target] Check config files for invalid variable names | Simon Rettberg | 2013-09-30 | 1 | -1/+13 |
| | | |||||
| * | Add consolekit and polkit | Simon Rettberg | 2013-09-30 | 1 | -19/+0![]() |
| | | |||||
| * | Add helper that detects which LTS xorg version is installed | Simon Rettberg | 2013-08-27 | 1 | -35/+1![]() |
| | | |||||
| * | [system.inc] Added case / var PACKET_HANDLER (dpkg, rpm) for packet | Christian Rößler | 2013-08-21 | 1 | -0/+3 |
| | | | | | manipulation on single packet file level. | ||||
| * | [setup-target] New Var SYS_VERSION (version number of a distribution) | Christian Rößler | 2013-08-21 | 1 | -1/+2 |
| | | |||||
| * | Switch to using /etc/tmpfiles.d for creating files/dirs in /run | Simon Rettberg | 2013-08-20 | 1 | -14/+4![]() |
| | | | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly | ||||
| * | [setup_target] Make sure /var/run is just a symlink to /run | Simon Rettberg | 2013-08-20 | 1 | -0/+14 |
| | | |||||
| * | [debug] Add htop | Simon Rettberg | 2013-08-14 | 1 | -2/+9 |
| | | | | | [setup_target] Make it possible to mark required binaries as optional by prefixing them with '@' | ||||
| * | [setup_target] Commented hint for "dbus/dbus-arch-deps.h is missing | Christian Rößler | 2013-08-02 | 1 | -0/+5 |
| | | | | | | to funct. post_process_target. (Needed by module dbus: post_process_target: Replacing libck-connector with dummy) | ||||
| * | <BREAKING> Start to implement distribution specific module configs instead of | Simon Rettberg | 2013-07-29 | 1 | -5/+45 |
| | | | | | | just packet-manager specific. This requires adapting the configs of all modules (but not their build scripts) | ||||
| * | fix ksrc not beeing cleaned properly | Jonathan Bauer | 2013-07-08 | 1 | -5/+6 |
| | | |||||
| * | AUTO_UPDATE_KERNEL flag to rebuild kernel on version update or not | Jonathan Bauer | 2013-07-08 | 1 | -6/+2![]() |
| | | |||||
| * | [kernel] remember last built version and if new kernel is detected, ask what ↵ | Jonathan Bauer | 2013-07-08 | 1 | -17/+37 |
| | | | | | to do. WARNING: KVERSION file will be missing, write the old (uname -r) under remote/modules/ksrc/KVERSION to be safe :) | ||||
| * | post_process_target: Replace libck-connector.so with dummy | Simon Rettberg | 2013-06-24 | 1 | -2/+19 |
| | | | | | | | This is to prevent KDM from trying to talk to ConsoleKit (which we don't use) ConsoleKit is not being actively developed anymore, and we want to switch to systemd (and its logind) entirely | ||||
| * | [pam] Add missing content packages | Simon Rettberg | 2013-06-20 | 1 | -0/+2 |
| | | | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection | ||||
| * | new option for remote mode '-n' to mount local builds (remote/builds/) to ↵ | Jonathan Bauer | 2013-06-20 | 1 | -1/+8 |
| | | | | | /export/builds | ||||
| * | ldconfig: Include system's default paths | Simon Rettberg | 2013-06-14 | 1 | -1/+6 |
| | | |||||
| * | merge | Jonathan Bauer | 2013-06-13 | 1 | -0/+2 |
| | | |||||
| * | [setup_target] started inline documentation... | Jonathan Bauer | 2013-06-12 | 1 | -4/+70 |
| | | |||||
| * | [mltk] update list of essential dev-tools, removed it from setup_target | Jonathan Bauer | 2013-06-12 | 1 | -5/+1![]() |
| | | |||||
| * | [setup_target] fix installing git, locale and depmod for opensuse | Jonathan Bauer | 2013-06-12 | 1 | -6/+2![]() |
| | | |||||
| * | [binutil.h] Consider $REQUIRED_LDD_BLACKLIST when fetching dynamic dependencies | Simon Rettberg | 2013-06-10 | 1 | -9/+9 |
| | | | | | [kdm] Blacklist libQtWebKit - it's 25M and of no use (yet?) | ||||
| * | [kernel] also clean .built | Jonathan Bauer | 2013-06-06 | 1 | -0/+3 |
| | | |||||
| * | [setup_target] kernel cleaner: add some pinfos | Jonathan Bauer | 2013-06-06 | 1 | -0/+4 |
| | | |||||
| * | [setup_target] add kernel cleaning (with confirmation\!) | Jonathan Bauer | 2013-06-06 | 1 | -0/+33 |
| | | |||||
| * | [setup_target] Fix for loop that unsets module-variables | Simon Rettberg | 2013-05-22 | 1 | -1/+1 |
| | | |||||
| * | exclude kernel from -c without module name | Simon Rettberg | 2013-05-09 | 1 | -1/+1 |
| | | |||||
| * | Add vmplayer module that extracts from bundle | Simon Rettberg | 2013-05-08 | 1 | -2/+2 |
| | | |||||
| * | Fix rsyslog on suse, tune kernel building | Simon Rettberg | 2013-05-02 | 1 | -2/+8 |
| | | |||||
| * | fix rsyslogd for ubuntu (hopefully not broken on suse :/) | Jonathan Bauer | 2013-04-24 | 1 | -9/+11 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Michael Neves | 2013-04-24 | 1 | -6/+4![]() |
| |\ | |||||
| | * | small fix | Jonathan Bauer | 2013-04-24 | 1 | -1/+1 |
| | | | |||||
| | * | merge? | Jonathan Bauer | 2013-04-24 | 1 | -0/+19 |
| | |\ | |||||
| | * | | compile kernel on the reference system with our config requirements | Jonathan Bauer | 2013-04-24 | 1 | -5/+3![]() |
| | | | | |||||
| * | | | fix clean | Michael Neves | 2013-04-24 | 1 | -1/+2 |
| | |/ |/| | |||||
| * | | add post_process_target function, (first post process moves /lib/systemd to ↵ | Michael Neves | 2013-04-24 | 1 | -0/+19 |
| |/ | | | | /etc/systemd) | ||||
| * | small fix | Michael Neves | 2013-04-12 | 1 | -3/+3 |
| | | |||||
| * | Size calculation fixed | Michael Neves | 2013-04-12 | 1 | -6/+7 |
| | | |||||
| * | KERNEL_VERSION from system.inc | Michael Neves | 2013-04-12 | 1 | -49/+44![]() |
| | | | | | | | | | | | | | | | | | | | | | | | | | gitignore and calc_size in fileutil calculates the build size of a module fix generate_target argument parsing add xfs to rootfs-stage31.conf added server sync option -s - Fix sshd module failing to set permissions on sshd config - Add all required packages for openSUSE to xorg module - Softlink sh to bash in rootfs-stage32, as some scripts might fail otherwise Thanks hwinfo but we don't need you anymore Added size log fix list_packet_files exiting loop when a packet wasnt installed remove flag checks, now done in setup_target check if kernel module is already built-in | ||||
| * | merge | Michael Neves | 2013-03-19 | 1 | -10/+10 |
| |\ | |||||
| | * | unset all REQUIRED_* variables before reading a config | Jonathan Bauer | 2013-03-19 | 1 | -7/+5![]() |
| | | | |||||
| | * | copy_static_files function now called on each module | Jonathan Bauer | 2013-03-19 | 1 | -3/+5 |
| | | | |||||
| * | | copy_kernel in setup_target and some other modifications | Michael Neves | 2013-03-19 | 1 | -7/+33 |
| |/ | |||||
| * | fix stage3.1 build script | Jonathan Bauer | 2013-03-15 | 1 | -0/+261 |

