WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Announcements  (Read 155770 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #330 on: March 14, 2017, 05:57:41 PM »
Making more fail safe use of grep in the case of multiple entries in DEBINX files.  All release candidate dCore x86 ports updated.

Modified:
/usr/bin/sce-import
/usr/bin/sce-update


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #331 on: March 15, 2017, 07:34:11 PM »
Typo bugfix in sce-import.  All x86 dCore ports updated.

Modified:
/usr/bin/sce-import

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #332 on: March 27, 2017, 06:34:38 PM »
Cleaned up the scripts, and now using util-linux mount for better boot and SCE loading performance.

Modified:

etc/init.d/tc-config
usr/bin/deb2sce
usr/bin/debGetSceDep
usr/bin/debPurge
usr/bin/sce-import
usr/bin/sce-load

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #333 on: April 07, 2017, 06:44:13 PM »
Now, /tmp/builtin supports SCE extensions as well as .gz images.  SCE is the preferred format in any case of a package or collection that has been imported with sce-import. 

Modified:

usr/bin/tce-setup

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #334 on: June 29, 2017, 07:28:20 AM »
Adding back making use of the extra repo specific dependency list on the server. 

Modified:
usr/bin/debGetDeps

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #335 on: July 23, 2017, 09:44:48 AM »
Now allowing the use of a custom package exclude list named PKGEXCLUDELISTCUSTOM that can be created in the /etc/sysconfig/tcedir/import/debinx/ directory. 

Modified:
usr/bin/debGetEnv
usr/bin/debGetDeps
usr/bin/sce-import

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

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: Announcements
« Reply #336 on: July 24, 2017, 02:53:01 AM »
Hi
PKGEXCLUDELISTCUSTOM works, thank you very much Jason
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #337 on: July 27, 2017, 03:53:42 PM »
dCore x86 release candidate ports have been updated with the below changes:

Now not deleting specified list file if the -l option is used when the answer is no when prompted if you want to use that list file.  Instead just deleting the file placeholder in /tmp and then importing as if no list file was used.  But if the answer is no to do you want to use a list file whether specified or already existing in the SCE directory, then upon completion of import an existing .lst file belonging to the package in the SCE directory will be deleted as it is no longer valid.  An existing specified list file outside the SCE directory may want to be used in future import sessions even if not used in the current one.

If a package name being imported only exists in the PKGADDDEP dependency list on our server but is not available in Debian/Ubuntu or in our prebuilt section the user is now informed of that and prompted to continue.  Several packages that don't exist in a particular dCore port I have imported and spent a little time wondering why the app was not available after loading the SCE.  virtualbox in dCore-stretch as well as firefox in dCore-wheezy when only iceweasel was available are a couple of examples. 

Modified:
usr/bin/deb2sce
usr/bin/sce-import

http://tinycorelinux.net/dCore/x86/release_candidates/
« Last Edit: July 27, 2017, 03:55:53 PM by Jason W »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #338 on: August 22, 2017, 07:59:13 PM »
dCore x86 release candidate ports have been updated with the below changes:

sce-load now uses Busybox cp as at was found with dCore-wheezy some SCEs were broken in a minimal environment as the cp binary from coreutils was in some cases copied to the filesystem before its supporting libraries were copied, resulting in a broken cp command and  incomplete copy of the SCE.   This did not seem to happen with other dCore x86 ports.

Also, the -KERNEL variable is now being used for dependencies regarding kernel module packages.  This is like standard Core behavior and helps with some packages to just work on intsall.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #339 on: September 05, 2017, 11:11:33 AM »
dCore x86 release candidate ports have been updated with the below changes:

Now an adding or removing of dependencies from the dependency lists will trigger an update check during sce-update as it now creates changes in the NEWDEBINX file.  Also, fixed a bug in sce-import handling of the package exclude list when there is an empty first line.

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #340 on: September 06, 2017, 12:10:24 PM »
dCore x86 release candidate ports have been updated with the below changes:

Now if a dependency is added or removed on our server for a package, it will cause the SCE to be updated during sce-update.  The previous change simply was that an added or removed dependency triggered an update check.  Also, more relevent information about package updates in regards to added or removed deps is included in /tmp/updateavailable during an sce-update session.  The Recommends and Suggests option of sce-import has been done away with.  Trimming those fields from the DEBINX data leaves the files roughly 5% to 10% smaller.  This will increase performance during sce-import and sce-update. 

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #341 on: September 16, 2017, 06:14:32 PM »
dCore x86 release candidate ports have been updated with the below changes:

Udev rules changed to create /dev/cdrom and /dev/dvd symlinks to the relevant devices. 

New files:

etc/udev/rules.d/60-cdrom_id.rules

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #342 on: September 22, 2017, 05:10:24 PM »
dCore x86 release candidate ports have been updated with the below changes:

Added better error reporting to sce-import and sce-update, stored in /tmp/sceimporterror and /tmp/sceupdateerror.

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #343 on: September 24, 2017, 07:06:37 PM »
dCore x86 release candidate ports have been updated with the below changes:

When (v)iew, (n)o, and (q)uit are prompted for in a dialogue, either the first letter or the whole word now can be entered.
Also bugfix to sce-update, copying NEWDEBINX to OLDDEBINX instead of deleting it so 'sce-import -p' works as expected after sce-update.

Modified:

usr/bin/deb2sce
usr/bin/sce-debpurge
usr/bin/sce-import
usr/bin/sce-remove
usr/bin/sce-update
usr/bin/select

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

« Last Edit: September 25, 2017, 04:42:24 PM by Jason W »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Announcements
« Reply #344 on: October 05, 2017, 08:10:11 PM »
dCore x86 release candidate ports have been updated with the below changes:

A more dCore friendly ondemand, looking in /usr/share/applications as well as /usr/local/share/applications for the relevant .desktop files. 

Modified:
/etc/init.d/tc-functions

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