WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Announcements  (Read 157967 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #195 on: January 30, 2016, 08:03:37 AM »
/etc/sysconfig/locale.nopurge.example and /etc/sysconfig/sce.purge.example files created with some into on how to use them.

Also cosmetic select menu fixes.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #196 on: January 30, 2016, 10:56:33 AM »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #197 on: January 30, 2016, 12:51:48 PM »
Wildcard use in /etc/sysconfig/sce.purge was not working due to lack of shell expansion in deb2sce.  Fixed.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #198 on: January 31, 2016, 06:11:47 PM »
Updated to allow sce-import -z to ignore the existence of sce.purge and locale.nopurge files to allow a default sce-import session.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #199 on: February 01, 2016, 05:30:42 PM »
Now echoing "Using the -z option." during sce-import when invoked to let one know, also fixed the "text" boot code, and a bug in the dep routine during sce-import regarding circular SCE.dep entries.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #200 on: February 03, 2016, 08:13:56 PM »
Visual enhancements by nitram, see git for changes.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #201 on: February 04, 2016, 11:51:34 AM »
Fixed infinite loop bug after selecting the last item from the select menu in sce-remove and sce-update.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #202 on: February 04, 2016, 02:12:55 PM »
Added a lock file so if sce-import or sce-update is already running, neither will run as to not interrupt the current session.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #203 on: February 05, 2016, 09:47:43 PM »
There is a bug in this lock file routine, which does not let sce-import be called from sce-update.  I will fix it tomorrow.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #204 on: February 06, 2016, 04:53:53 AM »
Lock file removed, also enhancements by nitram.

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #205 on: February 07, 2016, 11:35:28 AM »
More Enter key friendly sce-update select menu and other visual effects by nitram, updated sce.purge and locale.nopurge also.

I added back the lock file feature so sce-import nor sce-update will run if one or the other is already in progress.  Also bugfixes.

Changed files:

   modified:   etc/sysconfig/locale.nopurge.example
   modified:   etc/sysconfig/sce.purge.example
   modified:   usr/bin/deb2sce
   modified:   usr/bin/importupdatecheck
   modified:   usr/bin/sce-import
   modified:   usr/bin/sce-update

http://tinycorelinux.net/dCore/x86/release_candidates/
« Last Edit: February 07, 2016, 11:37:52 AM by Jason W »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #206 on: February 07, 2016, 03:23:29 PM »
Bugfixes, along with all debinx data including files from deb2sce.tar.gz are now located in "$TCEDIR"/import/debinx.

Files changed:

   modified:   usr/bin/deb2sce
   modified:   usr/bin/debExtract
   modified:   usr/bin/debGetDeps
   modified:   usr/bin/debGetEnv
   modified:   usr/bin/debGetRecommends
   modified:   usr/bin/debGetSuggests
   modified:   usr/bin/debGetUpdateList
   modified:   usr/bin/importupdatecheck
   modified:   usr/bin/sce-debpurge
   modified:   usr/bin/sce-import
   modified:   usr/bin/sce-update

http://tinycorelinux.net/dCore/x86/release_candidates/

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #207 on: February 08, 2016, 05:56:17 PM »
Bugfix to the lock file feature, also now storing /tmp/debinx and /tmp/debinx_security in /etc/sysconfig/tcedir/import/debinx directory along with the other debinx data.

Changed files:

   modified:   usr/bin/deb2sce
   modified:   usr/bin/debGetEnv
   modified:   usr/bin/debGetPkgList
   modified:   usr/bin/debGetRecommendList
   modified:   usr/bin/debGetSize
   modified:   usr/bin/debGetSuggestList
   modified:   usr/bin/debGetUpdateList
   modified:   usr/bin/debQuery
   modified:   usr/bin/sce-debpurge
   modified:   usr/bin/sce-import
   modified:   usr/bin/sce-update

http://tinycorelinux.net/dCore/x86/release_candidates/


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #208 on: February 10, 2016, 05:11:49 PM »
Added option to sce-debpurge to remove any debs that are not needed by existing SCEs.  Also interface changes by nitram.

   modified:   usr/bin/debGetEnv
   modified:   usr/bin/sce-debpurge
   modified:   usr/bin/sce-load
   modified:   usr/bin/sce-remove
   modified:   usr/bin/version
        new:         usr/bin/debPurge

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #209 on: February 10, 2016, 06:06:35 PM »
Bugfix in sce-debpurge to not wrongfully remove -data.tar.gz files when the -n option is used.

Changed files:

modified:   usr/bin/sce-debpurge

http://tinycorelinux.net/dCore/x86/release_candidates/