Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | change verison detect and other small fixesHEADmaster | Mario Fetka | 2013-09-16 | 1 |
| | ||||
* | update all the functiosn now used in the msvc pack | U-XPBUILDBOT\mario | 2013-09-10 | 1 |
| | ||||
* | remove opsi and change to 7z create | Mario Fetka | 2013-09-09 | 1 |
| | ||||
* | change DistRoot to PackagePath | Mario Fetka | 2013-07-06 | 1 |
| | ||||
* | change BinaryPath to DistPath | Mario Fetka | 2013-07-06 | 1 |
| | ||||
* | split $ with the + to properly work; a proper solution for the extracted ↵ | Mario Fetka | 2013-06-30 | 1 |
| | | | | path still needed | |||
* | make the binary path configurable | Mario Fetka | 2013-06-30 | 1 |
| | ||||
* | ignore expired https certs | Mario Fetka | 2013-06-24 | 1 |
| | ||||
* | add the possibility to add extra options to the extract process for ex ↵ | Mario Fetka | 2013-03-28 | 1 |
| | | | | passwort; overwrite; .... | |||
* | correct some templates and correct the overwrite support on all extractors | Mario Fetka | 2013-03-18 | 1 |
| | ||||
* | support images that go to the border of the image by adding a border | Mario Fetka | 2013-03-11 | 1 |
| | | | | the resize and them reove the border again | |||
* | add an white border to the source image so if the images goes to the corners ↵ | Mario Fetka | 2013-03-11 | 1 |
| | | | | | | it will have an white border to work on on convertiong the white to transparent | |||
* | correct coding style | Mario Fetka | 2013-03-10 | 1 |
| | ||||
* | add check for older verison of imagemagic about convert matte change | Mario Fetka | 2013-03-10 | 1 |
| | ||||
* | Beautify bash code | Mario Fetka | 2013-03-10 | 1 |
| | ||||
* | Touch ini file if not exist | Mario Fetka | 2013-03-08 | 1 |
| | ||||
* | add new samples and rename OPSI_INI_NAME to OPSI_INI_OPTION (ini typical naming) | Mario Fetka | 2013-03-08 | 1 |
| | ||||
* | add missing variable write | Mario Fetka | 2013-03-08 | 1 |
| | ||||
* | new samples and control file writer | Mario Fetka | 2013-03-07 | 1 |
| | ||||
* | add ini writer support | Mario Fetka | 2013-03-07 | 1 |
| | ||||
* | Allow overwrite on extract | Mario Fetka | 2013-03-02 | 1 |
| | ||||
* | add torrent support via adia2 | Mario Fetka | 2013-03-01 | 1 |
| | ||||
* | correct convert script for new imagamagick 7.5.x.x | Mario Fetka | 2013-01-28 | 1 |
| | ||||
* | Added cab file extraction | Peter Singer | 2012-10-30 | 1 |
| | ||||
* | add targz and tarbz2 support | Mario Fetka | 2012-05-16 | 1 |
| | ||||
* | add lha support | Mario Fetka | 2012-04-20 | 1 |
| | ||||
* | add unrar support (for broken rar packages not handled by 7zip) | Mario Fetka | 2012-02-18 | 1 |
| | ||||
* | add plowshare support | Mario Fetka | 2012-02-18 | 1 |
| | ||||
* | readd png8 for created images | Mario Fetka | 2012-02-14 | 1 |
| | ||||
* | more comments | Mario Fetka | 2012-02-14 | 1 |
| | ||||
* | change border to white not black | Mario Fetka | 2012-02-14 | 1 |
| | | | | and resize upfront and white borders | |||
* | create image with support for white interior | Mario Fetka | 2012-02-14 | 1 |
| | ||||
* | force 256 colours | Mario Fetka | 2012-02-13 | 1 |
| | ||||
* | create png8 | Mario Fetka | 2012-02-13 | 1 |
| | ||||
* | change order for image convert | Mario Fetka | 2012-02-13 | 1 |
| | ||||
* | make the imgae brighter | Mario Fetka | 2012-02-12 | 1 |
| | ||||
* | apply rgb on the target image not the source image | Mario Fetka | 2012-02-12 | 1 |
| | ||||
* | Merge branch 'master' of disconnected-by-peer.at:go-opsi/devtools | Mario Fetka | 2012-02-12 | 1 |
|\ | ||||
| * | Fix: fix autopurging bug (probs mit sorting ..) | DT Netsolution GmbH | 2012-02-06 | 1 |
| | | | | | | | | | | New: Added new RELEASE-incrementing algorithm dependent on the VERSION. Refer to opsi-builder.cfg:STATUS_INTEGRATION_RELEASE="func:inc1" | |||
* | | force -colorspace RGB on created images | Mario Fetka | 2012-02-12 | 1 |
|/ | ||||
* | - new: customize calling command "identity", "unix2dos" by using ↵ | DT Netsolution GmbH | 2012-02-05 | 1 |
| | | | | | | $CMD_identify, $CMD_unix2dos - improvement: changed name of tmp-directory (date format) | |||
* | Improvement: commands (7z, unzip, ..) are defined by global variables now. ↵ | Daniel Schwager | 2012-02-03 | 1 |
| | | | | Added checking of command's availablility. | |||
* | Merge branch 'master' of disconnected-by-peer.at:go-opsi/devtools | Daniel Schwager | 2012-02-01 | 1 |
|\ | ||||
| * | correct typo | Mario Fetka | 2012-01-31 | 1 |
| | | ||||
* | | Added opsi-builder.cfg: CHECKSUM_AUTOCREATE: Every downloaded file is ↵ | Daniel Schwager | 2012-02-01 | 1 |
|/ | | | | checked using SHA1 algorithm against a checksum file, if this file ist not available, it will be created on-the-fly, dependent on this setting. | |||
* | - New: added semantic check of variable "TYPE" | Daniel Schwager | 2012-01-30 | 1 |
| | | | | | | | | | - Improved: Added prefix "DL_" to all attributes of the file-array (SOURCE[], FILE[], ..) - Improved: refactored variable creation and moved code to builder-utils.sh - New: Added DIST_FORCE_DOWNLOAD variable to select wget or plowdown - Improvement: refactored code - New: Added log_info() and log_debug() functions - New: Added new array WINST_* (builder-product.cfg) to defined custom winst variables | |||
* | - moved image converting to builder-utils.h | Daniel Schwager | 2012-01-29 | 1 |
| | | | | - added logging functionality - setup inside opsi-builder.cfg by "DEBUG_LEVEL" | |||
* | add support for source packages in archives | Mario Fetka | 2012-01-29 | 1 |
| | ||||
* | - moved builder frome itwatch to devtools | DT Netsolution GmbH | 2012-01-27 | 1 |
- restructured, added variable handling, callbacks, .... |