summaryrefslogtreecommitdiffstats
path: root/remote/setup_tools
Commit message (Collapse)AuthorAgeFilesLines
* fix stage3.1 build scriptJonathan Bauer2013-03-151-266/+0Star
|
* targets and buildsJonathan Bauer2013-03-151-5/+5
|
* restructuring...Jonathan Bauer2013-03-141-46/+47
|
* RIP INIT_DIRJonathan Bauer2013-03-141-9/+5Star
|
* strip binaries and libraries in setup_toolsJonathan Bauer2013-03-141-0/+2
|
* new arguments for mltk, see manpages & changed INIT_DIR to TARGET_BUILD DIRJonathan Bauer2013-03-141-39/+24Star
|
* plymouth for stage3.1Jonathan Bauer2013-03-131-8/+41
|
* mltk now uses setup_coreJonathan Bauer2013-03-111-1/+1
|
* new function to list libc and ld-linux path, updated in setup_toolsJonathan Bauer2013-03-111-21/+1Star
|
* use tarcopy in setup_toolsJonathan Bauer2013-03-011-3/+2Star
|
* tools cleanup: clean everything but leave the stage3.2 there, for bind mount ↵Jonathan Bauer2013-03-011-1/+1
| | | | purposes
* Generalization:root2013-02-271-3/+10
| | | | | | | - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done"
* Merge branch 'master' of ssh://openslx/openslx-ng/tm-scriptsSimon Rettberg2013-02-271-0/+1
|\
| * unset REQUIRED_PACKAGE when reading configJonathan Bauer2013-02-271-0/+1
| |
* | Handle required binaries that are symlinks properlySimon Rettberg2013-02-271-6/+20
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-271-53/+75
|\ | | | | | | | | | | | | Conflicts: remote/setup_tools remote/tools/base/base.build remote/tools/dbus/dbus.build
| * Added dependency system for modules (REQUIRED_MODULES var in *.conf of ↵Simon Rettberg2013-02-261-48/+68
| | | | | | | | module, for an example, see policykit.conf)
| * Several fixes and improvements:Simon Rettberg2013-02-251-10/+11
| | | | | | | | | | | | | | - return uid and gid again for add_user and add_group - abort execution if sourcing the .build or .conf file of a module fails - make sure lightdm user and group exists when building the ldm module - use tarcopy in all modules if appropriate
* | using binutils EVERYWHEREJonathan Bauer2013-02-271-79/+24Star
|/
* fix tarcopy call for baseSimon Rettberg2013-02-251-7/+3Star
|
* [tools] replace locate by find in base.build as it is faster, [setup_tools] ↵Simon Rettberg2013-02-251-4/+4
| | | | treat scripts as binaries too but skip ldd part
* binutil external binary functionsJonathan Bauer2013-02-251-48/+79
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-02-251-6/+5Star
|\
| * fix build_coreSimon Rettberg2013-02-251-6/+5Star
| |
* | ?Jonathan Bauer2013-02-251-73/+43Star
|/
* 1. New logging/output system - use functions provided by helper/logging.incSimon Rettberg2013-02-211-92/+101
| | | | | | 2. Update modules to use new logging system - already updated policykit and systemd as an example 3. Stop all processing if a critical error occurs (use perror to notify user) 4. Some minor tweaks and fixes to setup_tools (added more error checking, but still incomplete)
* Remove *.la files that confuse libtoolSimon Rettberg2013-02-201-0/+2
|
* fixesJonathan Bauer2013-02-181-0/+2
|
* debug output cleaned a bitJonathan Bauer2013-02-141-38/+51
|
* [setup_tools] cleaned up debug message, use -d for debug output or it will ↵Jonathan Bauer2013-02-081-11/+36
| | | | write to file.
* [setup_tools] check for locateJonathan Bauer2013-02-051-6/+8
|
* xorg fixesJonathan Bauer2013-01-211-2/+6
|
* [systemd] update to version 197, integrated udev.Jonathan Bauer2013-01-141-1/+2
|
* rewrote params parsing of the main scriptroot2013-01-091-1/+2
|
* exclude static .a filesMichael Neves2013-01-081-2/+2
|
* xorg & ldmMichael Neves2013-01-081-2/+37
|
* check if file is ELF fixMichael Neves2013-01-031-4/+6
|
* minor fixJonathan Bauer2012-12-201-1/+2
|
* mltk basic script :)Jonathan Bauer2012-12-201-0/+188