Commit Graph

132 Commits

Author SHA1 Message Date
Stefan Seyfried
3601c4c9fc opkg_manager: don't use hardcoded path
instead of "/var/tuxbox/config" use CONFIGDIR instead.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 09d7361f42
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)



------------------
This commit was generated by Migit
2016-01-05 15:06:18 +01:00
Stefan Seyfried
2beb2074ca opkg_manager: make progress reports on startup more practical
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f5bbd56bd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-03 (Sun, 03 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-03 17:55:49 +01:00
Stefan Seyfried
30a00c87f6 opkg_manager: do not read package list twice on start
checkUpdates() already gets the package list and the list of
upgradables, so it is unnecessary to do this again immediately
afterwards.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 072c411860
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 23:20:03 +01:00
Stefan Seyfried
abff1baa3a opkg_manager: explicitly clear pkg_map in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 664e3012b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 23:18:59 +01:00
Stefan Seyfried
9cead340f2 opkg_manager: fix invalid match with -foo$ "regex"
Origin commit data
------------------
Branch: ni/coolstream
Commit: b9a5a30c52
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 23:18:19 +01:00
Stefan Seyfried
c9c4a67e27 opkg_manager: don't overwrite opkg.conf
overwriting the user's configuration with strange stuff is
not nice, so disarm this by renaming the config file :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: bb8ce41abf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 23:12:36 +01:00
Stefan Seyfried
9a665b2aff opkg_manager: do not put bad packages into package list
"bad" packages will be ignored later anyway, so to speed things
up and save memory, do not even put them into the package list.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9eeeb08743
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 22:06:02 +01:00
Stefan Seyfried
e3b4441678 opkg_manager: remove opkg options
Just use standard options. If someone wants to change them,
/etc/opkg/opkg.conf is available for that purpose.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 361556a1e3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 19:55:10 +01:00
Stefan Seyfried
86962335d8 opkg_manager: tone down diagnostics in badpackage()
In case of many packages, it can take a very long time to output the
matches of badpackage() on a serial console, so only print them if the
verbosity is increased and remove unnecessary information.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 28647d9e3c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 19:31:45 +01:00
Stefan Seyfried
627823a498 opkg_manager: disarm checkSize() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 609a591d9c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 19:30:58 +01:00
Stefan Seyfried
7b0ad17c61 opkg_manager: disable "key_up" after updating packages
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3d845cec4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 19:29:57 +01:00
Stefan Seyfried
bc199b6862 opkg_manager: remove reboot and restart trigger files
Origin commit data
------------------
Branch: ni/coolstream
Commit: 407c15f3f1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 19:29:10 +01:00
Stefan Seyfried
e91dcae76a opkg_manager: don't use hardcoded path
instead of "/var/tuxbox/config" use CONFIGDIR instead.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 910310951e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 16:56:52 +01:00
Stefan Seyfried
a28613ab99 Merge remote-tracking branch 'uncool/cst-next'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9113716171
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-01 14:10:48 +01:00
Thilo Graf
4ce48f8cfd COPKGManager: don't init if no opkg support available
This avoids creating of any basic configuration files or directories on
non opkg supported firmware releases.


Origin commit data
------------------
Branch: ni/coolstream
Commit: bea8f5e980
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)



------------------
This commit was generated by Migit
2015-12-29 16:55:08 +01:00
Michael Liebmann
446ac6e36c Fix & sort locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: 182e6ae5d1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 16:24:24 +01:00
Stefan Seyfried
f290fecebd fix debug output printf type warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3e37715c86
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 16:23:26 +01:00
Thilo Graf
2106ee8f45 opkg_manager.cpp: disable unused variable
avoid compiler error/warning


Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b579b3c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)



------------------
This commit was generated by Migit
2015-12-28 14:08:10 +01:00
Thilo Graf
ef6127217e opkg_manager.cpp: add statement for local environment
TODO: detect available opkg binary


Origin commit data
------------------
Branch: ni/coolstream
Commit: a9c549d0bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)



------------------
This commit was generated by Migit
2015-12-28 14:07:55 +01:00
Thilo Graf
2d3643c214 COPKGManager: lets see user install result in window
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f9a3df6c4
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-11 (Thu, 11 Jun 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:51 +01:00
Thilo Graf
701f5899cf COPKGManager: use config file for bad package detection
To detect bad packages, it must be existing a matching pattern list file.
Path is defined in OPKG_BAD_PATTERN_LIST_FILE.
This gives the option to filter some bad entries in the package listing menue.
NOTE: a sample file you should find here as : "/var/tuxbox/config/bad_package_pattern.list.sample".
If required, remove the ".sample" extension and change the entries for your requirements


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9345f792a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-11 (Thu, 11 Jun 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:51 +01:00
Thilo Graf
a5a53327a7 COPKGManager: show debug lines on founded bad packages
It seems some innocent packages could be filtered but without
plausible reason and this should be indicated.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 696c70ae13
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-10 (Wed, 10 Jun 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:50 +01:00
Thilo Graf
a229ed25fc COPKGManager: use opkg as binary name only, reduce support check deps
Some deps are currently not really required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7aafea5f5d
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-08 (Mon, 08 Jun 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:50 +01:00
Thilo Graf
269be6bd82 CShellWindow/COPKGManager: rework shell shell mode handling
Modes were handled with bool values inside manager and this is not really
enough. Now we use the real parameters for more flexibility.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e1e8cb0142
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-28 (Thu, 28 May 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:50 +01:00
Thilo Graf
79d0efb75c COPKGManager: use strictly shell window object to execute commands
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8edbbaddc0
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-25 (Mon, 25 May 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:50 +01:00
Thilo Graf
e5399ec38e COPKGManager: remove useless err_msg var, replaced by tmp_str
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79f66537f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-25 (Mon, 25 May 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:49 +01:00
Thilo Graf
60f9324a52 COPKGManager: use parameters for errror message and additional text as option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a6aae8f49
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-25 (Mon, 25 May 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:49 +01:00
Thilo Graf
718196e57e COPKGManager: show package info via message box instead shell window
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3d7bdda1e
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-24 (Sun, 24 May 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:48 +01:00
Thilo Graf
ecd66a576f CShellWindow/COPKGManager: handle some error from shell output
TODO: add missing handlers


Origin commit data
------------------
Branch: ni/coolstream
Commit: ed5bbdc540
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-23 (Sat, 23 May 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:48 +01:00
Thilo Graf
48c8c2ce59 COPKGManager: defuse effect of resolve_conffiles errors
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae66014102
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:47 +01:00
Thilo Graf
c19c60b715 COPKGManager: exit check size if package already installed
Old files will be remove during installation, so it should
be enough size.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 337cc097c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:47 +01:00
Thilo Graf
49209e6ad5 COPKGManager: use wildcard char for ar command
This fixes unpacking of local and downloaded packages.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 54d3ad261c
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:46 +01:00
Thilo Graf
c6c7f5e546 COPKGManager: add functions isInstalled() and isUpgradable()
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce3c4d3b04
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-07 (Sat, 07 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:46 +01:00
Thilo Graf
6fed8a481d COPKGManager: optimize check size
To calculate the required size for installation here we make a quasi-dry run,
it is a bit awkward, but relatively specific, other solutions are welcome.
We create a temporary test directory and fill it with downloaded or user uploaded package file.
Then we unpack the package and change into temporary testing directory.
The required size results from the size of generated folders and subfolders.
TODO: size of dependencies are not really considered


Origin commit data
------------------
Branch: ni/coolstream
Commit: cceef62661
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-23 (Sat, 23 May 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:46 +01:00
Thilo Graf
be6d49d0f6 COPKGManager: add optional parameter force_configure to installPackage()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f1a6e7588
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-05 (Thu, 05 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:46 +01:00
Thilo Graf
75296f0305 COPKGManager: add possibility to manage source feeds for packages
Feeds are saved in opkg config file.

NOTE:Existing config file will be overwrite, so must be reconfigured
via gui.
Source names are strictly numbered src 0...10 (maximmal 10 at the moment)

FIXME: input mask in keyboardinput class is too small for some adresses, large
address names are cutted and makes entries useless


Origin commit data
------------------
Branch: ni/coolstream
Commit: aad5db705f
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-04 (Wed, 04 Feb 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:45 +01:00
Thilo Graf
42748b3dd8 COPKGManager: ensure cleanup /tmp/.opkg after closing packet manager
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee56b75567
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-01-31 (Sat, 31 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:45 +01:00
Thilo Graf
28aa7343b2 COPKGManager: use installPackage() for install from package list too
installPackage() has also a new parameter for options,
in this case is --force-reinstall in use.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 14d21fdeec
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-01-31 (Sat, 31 Jan 2015)



------------------
This commit was generated by Migit
2015-12-28 12:13:45 +01:00
Thilo Graf
c97c7d7935 COPKGManager: add methodes to get infos and status of packages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 55a027efbf
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-04 (Wed, 04 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:45 +01:00
Thilo Graf
314ddde830 COPKGManager: optimize memory check before install
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ca1648070
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-30 (Tue, 30 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:44 +01:00
Thilo Graf
042e66dd37 COPKGManager: show message on space error
Origin commit data
------------------
Branch: ni/coolstream
Commit: 28d17802d4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-30 (Tue, 30 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:44 +01:00
Thilo Graf
fa6f7dbbe6 COPKGManager: optimize error handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: 19dc7ead2d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-29 (Mon, 29 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:42 +01:00
Thilo Graf
cce499a14c COPKGManager: add more error handlers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a4863173a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:42 +01:00
Thilo Graf
eb066acf49 COPKGManager: add function to check package size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ae65d4ec5
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:42 +01:00
Thilo Graf
344e488c14 CFile: add filetypes for install and update packages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ada20de64
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-21 (Sun, 21 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:41 +01:00
Thilo Graf
d92aee87b1 COPKGManager: outsource methode for install any package
Required for external usage.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7520fee2ef
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-20 (Sat, 20 Dec 2014)



------------------
This commit was generated by Migit
2015-12-28 12:13:41 +01:00
Thilo Graf
a75d9cbacc COPKGManager: optimize handling after installation
Show a success message only if restart/reboot is required and user
should decide what to do or not.
NOTE: marker file should be generated by opkg package itself
(eg. with preinstall scripts), so it's controlled by the package maintainer!


Origin commit data
------------------
Branch: ni/coolstream
Commit: 10debbbfa0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-19 (Fri, 19 Dec 2014)



------------------
This commit was generated by Migit
2015-12-28 12:13:41 +01:00
Thilo Graf
059dd40278 COPKGManager: defuse error message for duplicate cache option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7acdf65e65
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-19 (Fri, 19 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:40 +01:00
Thilo Graf
1097fd72e6 COPKGManager: add possibilty to check required size before install package
Origin commit data
------------------
Branch: ni/coolstream
Commit: a6f7043ab1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-13 (Sat, 13 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-28 12:13:40 +01:00
Thilo Graf
caaf826cf3 COPKGManager: add member to handle line of shell lines
prepared for use as callback in shell window class, currently
it is not possible to get line output from shellwindow object, this
should help soon

also added ne locales


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4909844ad6
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-10 (Wed, 10 Dec 2014)



------------------
This commit was generated by Migit
2015-12-28 12:13:40 +01:00