Commit Graph

51 Commits

Author SHA1 Message Date
Mario Fetka 90844b3760 File Assoc Unregister 2019-10-17 01:35:45 +02:00
Mario Fetka 4833d0e930 check minimal OS Version 2019-10-16 21:39:01 +02:00
Mario Fetka 19f6c88c32 Add Reboot for Broken Installers 2019-10-16 20:33:39 +02:00
Mario Fetka 3e037f3d4b add BrowserKill to setup and delsub 2019-10-16 18:28:41 +02:00
Mario Fetka e63a3aa3b0 Add LanguageID for installers 2019-10-07 11:22:12 +02:00
Mario Fetka 9732c59c9b Correct installscript 2019-10-04 01:27:34 +02:00
Mario Fetka b4a33d9ffe Add missing declaration 2019-09-25 05:46:00 +02:00
Mario Fetka 94415fa725 Add missing declaration 2019-09-25 05:11:06 +02:00
Mario Fetka 5f33f480f1 Add missing declaration 2019-09-24 23:47:06 +02:00
Mario Fetka d7d71b5029 correct typo 2019-09-24 21:57:55 +02:00
Mario Fetka 97cff46132 delete desktop icon per default 2019-09-20 15:28:42 +02:00
Mario Fetka 844c298b64 update array 2019-09-20 13:18:55 +02:00
Mario Fetka cb8289d5dd add more doc to builder-product.cfg 2019-09-20 12:41:25 +02:00
Mario Fetka 9d18a4bfaf more doc for new FileTypeAssoc_install 2019-09-20 12:22:36 +02:00
Mario Fetka 1f436ed826 add File Type Assoc support to template neede on more and more packages 2019-09-20 11:49:37 +02:00
Mario Fetka 353445850d ChangeLog Entry added via Builder 2019-09-19 17:30:19 +02:00
Mario Fetka 4f2b64d8c7 Add new template and add modified verison with Old-Msi Old-Installer support 2019-09-19 17:23:23 +02:00
danny70437 78bed5ec87 cleanup 2013-12-07 11:34:38 +01:00
danny70437 aec73219c8 add additional compression formats to sample 2013-12-07 11:29:38 +01:00
Mario Fetka 38bc458f0f Change Changlog generator to comply with opsi and debian changelog format 2013-05-15 18:40:47 +02:00
Mario Fetka 5ccde1ef58 correct some templates and correct the overwrite support on all extractors 2013-03-18 15:51:17 +01:00
Mario Fetka 159c0f8660 already defined by opsi-ini 2013-03-12 09:36:42 +01:00
Mario Fetka 110aa28057 correct all temlates about the installer versions 2013-03-12 07:10:21 +01:00
Mario Fetka 8e01c00a60 add an white border to the source image so if the images goes to the corners it will have
an white border to work on on convertiong the white to transparent
2013-03-11 19:31:52 +01:00
Mario Fetka d7318c9306 correct small problem in temlates 2013-03-10 17:22:15 +01:00
Mario Fetka ebf28eaccf correct for the installer the UninstallProg option 2013-03-09 22:14:45 +01:00
Mario Fetka 0fb94c8ba8 Update templates to Nicer output with version in/uninstall information 2013-03-09 22:08:23 +01:00
Mario Fetka 8b94c61b8e add 64bit samples 2013-03-08 16:10:34 +01:00
Mario Fetka be814b61ad add 32 / 64 bit templates 2013-03-08 15:36:05 +01:00
Mario Fetka adc2ee2302 32bit samples 2013-03-08 15:01:05 +01:00
Mario Fetka f2351a2f1d Touch ini file if not exist 2013-03-08 14:15:35 +01:00
Mario Fetka 79d3176b78 add new dependencies and correct typo in samples 2013-03-08 08:43:24 +01:00
Mario Fetka dd1364dced add new samples and rename OPSI_INI_NAME to OPSI_INI_OPTION (ini typical naming) 2013-03-08 08:06:41 +01:00
Mario Fetka a7f8a81d46 new samples and control file writer 2013-03-07 22:43:46 +01:00
Mario Fetka 182bf06e0d correct small prblem in uninstall ins samples 2012-05-12 21:54:49 +02:00
Mario Fetka 021d1a761a new support for old versions of package 2012-05-12 21:18:37 +02:00
Mario Fetka 89fa16c834 add a clean product template 2012-02-12 10:05:36 +01:00
danny70437 4bb3504829 changed structure 2012-02-06 20:11:30 +01:00
danny70437 5b562a8911 Cleanup file 2012-02-06 19:51:07 +01:00
danny70437 f0108632cd - Improvement: Purging product version only related to a defined OPSI_REPOS_PURGE_STATUS
- New: Add template for testing products
2012-02-06 19:13:57 +01:00
danny70437 72c8c4b9a9 renamed restric -> restricted 2012-02-02 17:29:06 +01:00
danny70437 2c21c221ff Added opsi-builder.cfg: CHECKSUM_AUTOCREATE: Every downloaded file is 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. 2012-02-01 14:37:59 +01:00
danny70437 e9754434bb - New: added semantic check of variable "TYPE"
- 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
2012-01-30 23:07:08 +01:00
Mario Fetka 2f44e3864c add support for source packages in archives 2012-01-29 09:11:01 +01:00
danny70437 2b2446002b - code restructured: move code from builder_package to _create 2012-01-28 12:27:03 +01:00
danny70437 353bd1754c Moved STATUS information from project.cfg to builder.cfg 2012-01-28 11:20:26 +01:00
danny70437 6c83a4ba2a - new: Status=Integration: RELEASE will be automatically created
- new: Add winst variable: IconFile
- new: Add new winst variables: VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE CREATOR_TAG CREATOR_NAME CREATOR_EMAIL
- optimize code, docu
2012-01-28 10:29:54 +01:00
danny70437 8b262b2b46 - new: Status=Integration: RELEASE will be automatically created
- new: Add winst variable: IconFile
- new: Add new winst variables: VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE CREATOR_TAG CREATOR_NAME CREATOR_EMAIL
- optimize code, docu
2012-01-27 20:02:21 +01:00
danny70437 e1664ea0e7 add more docu 2012-01-27 11:08:27 +01:00
danny70437 48de15ef45 Added comments to the settings 2012-01-27 10:55:07 +01:00