WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Debian Jessie dCore  (Read 24596 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #60 on: November 04, 2014, 12:54:47 AM »
Here is how it works. 

importsce -l mypackage will create an sce out of the pakcage list named mypakcage.

That list is then stored as /etc/sysconfig/tcedir/sce/mypackage.sce.lst.

/etc/sysconfig/tcedir/sce/mypackage.sce.lst will be used as the package list for future re-imports of mypackage,
unless a new list named mypackage is used, which in that case the new list is used for importing and that
new list is copied to /etc/sysconfig/tcedir/sce/mypackage.sce.lst.

You can either pre-create  /etc/sysconfig/tcedir/sce/mypackage.sce.lst or just use the "importsce -l" option as before.  This way you don't have to try to remember where you stored that package list or if you have added or taken from it since you last imported using that list.  The .lst file is automatically used in re-imports, allowing easy updates to meta extensions with the same contents as the previous import.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #61 on: November 04, 2014, 03:56:01 AM »
In fact, this combined with the non-interactive feature will allow a simple scripted update of the existing sce's in the sce directory with one command similar to a Core extension update.  That is, assuming the sce's made with a package list have their .lst file in place, otherwise the import will fail or simply import the Debian package and it's deps if the sce name is that of a Debian package. 

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #62 on: November 04, 2014, 07:07:14 PM »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #63 on: November 05, 2014, 01:34:52 AM »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #64 on: November 13, 2014, 09:52:40 AM »

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Debian Jessie dCore
« Reply #65 on: November 13, 2014, 10:09:21 AM »
hi jason,

updatesce breaks after the missing md5sum of firmware-all.tar.gz:

Fetching updated firmware-all.tar.gz..
converted 'http://repo.tinycorelinux.net/5.x/x86/import/firmware-all.tar.gz' (ANSI_X3.4-1968) -> 'http://repo.tinycorelinux.net/5.x/x86/import/firmware-all.tar.gz' (UTF-8)
--2014-11-13 19:07:00--  http://repo.tinycorelinux.net/5.x/x86/import/firmware-all.tar.gz
Resolving repo.tinycorelinux.net (repo.tinycorelinux.net)... 89.22.99.37
Connecting to repo.tinycorelinux.net (repo.tinycorelinux.net)|89.22.99.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-11-13 19:07:01 ERROR 404: Not Found.

md5sum: firmware-all.tar.gz.md5.txt: no properly formatted MD5 checksum lines found
md5sum failed for firmware-all.tar.gz, exiting..
« Last Edit: November 13, 2014, 10:18:18 AM by netnomad »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #66 on: November 13, 2014, 10:28:45 AM »
Ok, a simple issue in deb2sce when GNU wget is installed.  I aliased wget and md5sum to their busybox versions in /bb.  Uploading now, redownload and try again.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #69 on: November 19, 2014, 08:01:52 AM »
Debian Jessie has been frozen as of Nov 5, meaning that any future package updates are for bug fixes only.  To dCore this means that Jessie can be considered stable for daily use and normal importsce methods.  No longer is one single SCE from a file list the only recommended way. 

When the latest changes have settled down in importsce, I will make a stable release of Jessie, as well as Trusty so users don't have to be subject to the testing changes unless they desire to.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #70 on: November 20, 2014, 05:43:07 AM »
Updated with latest fixes.  Available in the release_candidates directory below.  Note, the releases and release candidates under the tinycorelinux/5.x/x86/ directory will no longer be supported once a stable release is make in tinycorelinux/dCore/x86/.  Users are advised to download the latest release at that time.

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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #71 on: November 20, 2014, 10:30:38 AM »
A smalll update with more streamlined md5sum and dependency searching during import.

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

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Debian Jessie dCore
« Reply #72 on: November 20, 2014, 11:05:05 AM »
hi jason,

a great cut!!!
i can confirm you after pretty heavy testing that i found no flaws or bugs :)

thank you for your efforts.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #73 on: November 20, 2014, 02:07:40 PM »
Great.  But I have uploaded one more bugfix for the dCores dealing with the md5sum checking of packages in extra repos.

Please download and test.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Debian Jessie dCore
« Reply #74 on: November 20, 2014, 03:32:47 PM »