summaryrefslogtreecommitdiffstats
path: root/server/export_target
Commit message (Collapse)AuthorAgeFilesLines
* arcfour is not supported anymore; delete legacy cleaning codeSimon Rettberg2019-06-171-3/+1Star
|
* [export_target] stronger check to see if we have conflicting files from ↵Jonathan Bauer2015-02-021-1/+1
| | | | different config.tgz modules
* [openslx] Experimental -i switch when packing sqfs to filter files from ↵Simon Rettberg2014-02-031-3/+7
| | | | another target (saves 10MB for vmware)
* allow to change default export path; on remote via mltk -n name; on server viaSebastian2014-01-301-3/+6
| | | | export REMOTE_EXPORT_DIR=/export/name
* [export_target] minor improvement to help message when '/export/build'Jonathan Bauer2014-01-271-1/+1
| | | | wasn't exported on the remote machine.
* ... rsync exclude didnt workSimon Rettberg2014-01-031-1/+1
|
* Put module md5 files in target's build dir so we don't mess up when several ↵Simon Rettberg2014-01-031-1/+1
| | | | targets contain the same modules
* !! Split up 'mltk' into 'mltk' and 'openslx' !!Simon Rettberg2014-01-021-30/+14Star
| | | | | | | | | | 'mltk remote' is now 'mltk' 'mltk server' is now 'openslx' Also changed the export type (-e) stage31 to 'cpio' and stage32 and addons to 'sqfs' It should describe what it's packed as, not what the meaning of the content is; you can already tell from the file name.
* <server/export_target> Speed up rsync by using arcfourSimon Rettberg2013-12-161-1/+1
|
* [export_target] more help messages if rsync failsJonathan Bauer2013-11-271-1/+1
|
* [export_target] rsync return status handlingJonathan Bauer2013-11-271-6/+8
|
* [server/export_target] generate_config: print the valid config types if the ↵Jonathan Bauer2013-10-091-1/+3
| | | | user didn't give one.
* [export_target] set owner and group of config files to root, alwaysJonathan Bauer2013-09-301-1/+1
|
* [export_target] Added two trailing slashes at mksquashfs calls.Christian Rößler2013-09-301-2/+2
|
* [export_target] Fix creation of squashFSSimon Rettberg2013-08-211-5/+1Star
|
* [server] create sqfs of stage32 under server/boot/<ip>/stage32.sqfs and let ↵Jonathan Bauer2013-08-191-5/+6
| | | | the user know about it
* [generate_config] remove old debug messageJonathan Bauer2013-08-021-1/+0Star
|
* [generate_config] fix broken file checkingJonathan Bauer2013-08-011-5/+6
|
* [server/export_target] move the check for the validity of the given config ↵Jonathan Bauer2013-08-011-4/+5
| | | | in generate_config and not in initial_checks
* [server] removed creation of config.tgz from generate_stage32Jonathan Bauer2013-08-011-1/+0Star
|
* [mltk-server] added check when merging different module config together to ↵Jonathan Bauer2013-08-011-42/+75
| | | | find possible conflicts. Also changed the way the config.tgz is built: now it generates under server/local_builds/<ip>/configs/<type>/ tarballs for all the modules, and merges them together at the end
* [server] added new parameter for export target. Use: ./mltk server <ip> ↵Jonathan Bauer2013-07-311-13/+41
| | | | stage32 -e stage32 <config>. Added function in export_target to pack an archive with all the files found in activated modules of server/configs/<config>
* [pam] removed old data dir...Jonathan Bauer2013-07-311-0/+4
|
* [mltk/server] Add status output between generating squashFS and generating ↵Simon Rettberg2013-07-121-0/+1
| | | | initramfs
* dhcp service now requests same IP if he got one previouslyJonathan Bauer2013-05-071-1/+1
|
* remove temp sqfs directoryJonathan Bauer2013-05-031-1/+3
|
* fix logic for installing squashfs-toolsJonathan Bauer2013-04-241-2/+2
|
* severall fixesMichael Neves2013-04-121-2/+2
|
* initial checks fixMichael Neves2013-04-121-3/+3
|
* kleiner fixMichael Neves2013-04-121-3/+5
|
* remotehost subfolder under 'server/boot/'Michael Neves2013-04-121-2/+2
|
* Sync uids/gids by numeric value, don't remapSimon Rettberg2013-04-121-1/+1
|
* copy_kernel to boot and size of initramfs/sqfsMichael Neves2013-04-121-1/+11
|
* Run rsync with --delete when syncing from remote systemsr2013-04-121-2/+2
|
* Target 'server' expects remote machine's IP/Hostname as parameter. Add fake ↵Simon Rettberg2013-04-121-3/+0Star
| | | | remote machine 'local' for local usage.
* ...Simon Rettberg2013-04-121-1/+1
|
* Make server -s actually sync from remote server using rsync. Currently ↵Simon Rettberg2013-04-121-7/+8
| | | | supports one hardcoded server ;-)
* KERNEL_VERSION from system.incMichael Neves2013-04-121-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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
* setup_core is now export_targetMichael Neves2013-03-191-0/+108