summaryrefslogtreecommitdiffstats
path: root/remote/setup_target
Commit message (Collapse)AuthorAgeFilesLines
* [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵Simon Rettberg2013-10-141-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 Rettberg2013-09-301-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 Rettberg2013-09-301-5/+5
|
* [dbus] Create systemd service using a template instead of grabbing from ↵Simon Rettberg2013-09-301-6/+5Star
| | | | | | | | 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 namesSimon Rettberg2013-09-301-1/+13
|
* Add consolekit and polkitSimon Rettberg2013-09-301-19/+0Star
|
* Add helper that detects which LTS xorg version is installedSimon Rettberg2013-08-271-35/+1Star
|
* [system.inc] Added case / var PACKET_HANDLER (dpkg, rpm) for packetChristian Rößler2013-08-211-0/+3
| | | | manipulation on single packet file level.
* [setup-target] New Var SYS_VERSION (version number of a distribution)Christian Rößler2013-08-211-1/+2
|
* Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-201-14/+4Star
| | | | 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 /runSimon Rettberg2013-08-201-0/+14
|
* [debug] Add htopSimon Rettberg2013-08-141-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 missingChristian Rößler2013-08-021-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 ofSimon Rettberg2013-07-291-5/+45
| | | | | just packet-manager specific. This requires adapting the configs of all modules (but not their build scripts)
* fix ksrc not beeing cleaned properlyJonathan Bauer2013-07-081-5/+6
|
* AUTO_UPDATE_KERNEL flag to rebuild kernel on version update or notJonathan Bauer2013-07-081-6/+2Star
|
* [kernel] remember last built version and if new kernel is detected, ask what ↵Jonathan Bauer2013-07-081-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 dummySimon Rettberg2013-06-241-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 packagesSimon Rettberg2013-06-201-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 Bauer2013-06-201-1/+8
| | | | /export/builds
* ldconfig: Include system's default pathsSimon Rettberg2013-06-141-1/+6
|
* mergeJonathan Bauer2013-06-131-0/+2
|
* [setup_target] started inline documentation...Jonathan Bauer2013-06-121-4/+70
|
* [mltk] update list of essential dev-tools, removed it from setup_targetJonathan Bauer2013-06-121-5/+1Star
|
* [setup_target] fix installing git, locale and depmod for opensuseJonathan Bauer2013-06-121-6/+2Star
|
* [binutil.h] Consider $REQUIRED_LDD_BLACKLIST when fetching dynamic dependenciesSimon Rettberg2013-06-101-9/+9
| | | | [kdm] Blacklist libQtWebKit - it's 25M and of no use (yet?)
* [kernel] also clean .builtJonathan Bauer2013-06-061-0/+3
|
* [setup_target] kernel cleaner: add some pinfosJonathan Bauer2013-06-061-0/+4
|
* [setup_target] add kernel cleaning (with confirmation\!)Jonathan Bauer2013-06-061-0/+33
|
* [setup_target] Fix for loop that unsets module-variablesSimon Rettberg2013-05-221-1/+1
|
* exclude kernel from -c without module nameSimon Rettberg2013-05-091-1/+1
|
* Add vmplayer module that extracts from bundleSimon Rettberg2013-05-081-2/+2
|
* Fix rsyslog on suse, tune kernel buildingSimon Rettberg2013-05-021-2/+8
|
* fix rsyslogd for ubuntu (hopefully not broken on suse :/)Jonathan Bauer2013-04-241-9/+11
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-04-241-6/+4Star
|\
| * small fixJonathan Bauer2013-04-241-1/+1
| |
| * merge?Jonathan Bauer2013-04-241-0/+19
| |\
| * | compile kernel on the reference system with our config requirementsJonathan Bauer2013-04-241-5/+3Star
| | |
* | | fix cleanMichael Neves2013-04-241-1/+2
| |/ |/|
* | add post_process_target function, (first post process moves /lib/systemd to ↵Michael Neves2013-04-241-0/+19
|/ | | | /etc/systemd)
* small fixMichael Neves2013-04-121-3/+3
|
* Size calculation fixedMichael Neves2013-04-121-6/+7
|
* KERNEL_VERSION from system.incMichael Neves2013-04-121-49/+44Star
| | | | | | | | | | | | | | | | | | | | | | | | 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
* mergeMichael Neves2013-03-191-10/+10
|\
| * unset all REQUIRED_* variables before reading a configJonathan Bauer2013-03-191-7/+5Star
| |
| * copy_static_files function now called on each moduleJonathan Bauer2013-03-191-3/+5
| |
* | copy_kernel in setup_target and some other modificationsMichael Neves2013-03-191-7/+33
|/
* fix stage3.1 build scriptJonathan Bauer2013-03-151-0/+261