User Tools

Site Tools


repository_testing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
repository_testing [2018/01/30 11:41] pavroorepository_testing [2024/12/04 22:22] (current) pavroo
Line 1: Line 1:
-===== Sparky repositories of the testing line =====+===== Sparky Testing Repositories =====
  
-Sparky of the testing (rolling) line is based on and uses Debian “testing” packages.+Sparky of the testing ((semi-)rolling) line is based on and uses Debian “testing” packages.
  
 ==== Repository ==== ==== Repository ====
  
-Users of Debian "testing" branch should add Sparky **testing** repository to get access to Sparky repos.+Users of Debian "testing" branch should add Sparky **sisters** (testing)  and **core** repositories to get access to Sparky repos:
  
-Sparky **testing** repository: +   sudo nano /etc/apt/sources.list.d/sparky.list
- +
-   sudo nano /etc/apt/sources.list.d/sparky-testing.list+
  
 and paste into the file: and paste into the file:
  
-   deb https://sparkylinux.org/repo testing main +   deb [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ sisters main 
-   deb-src https://sparkylinux.org/repo testing main +   deb-src [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ sisters main 
- +   deb [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ core main 
-Sparky **unstable** repository (optional): +   deb-src [signed-by=/etc/apt/trusted.gpg.d/sparky-repo.asc] https://repo.sparkylinux.org/ core main
- +
-   sudo nano /etc/apt/sources.list.d/sparky-unstable.list +
- +
-and paste into the file: +
- +
-   deb https://sparkylinux.org/repo unstable main +
-   deb-src https://sparkylinux.org/repo unstable main+
  
 Create a preference file: Create a preference file:
Line 32: Line 23:
  
    Package: *    Package: *
-   Pin: release o=SparkyLinux,a=stable +   Pin: release o=SparkyLinux
-   Pin-Priority: -10 +
-    +
-   Package:+
-   Pin: release o=SparkyLinux,a=testing+
    Pin-Priority: 1001    Pin-Priority: 1001
- 
-Otherwise, install 'sparky-apt' 5.x package to do so. 
  
 ==== Public key ==== ==== Public key ====
  
-Download the Sparky's Public Key as a "deb" package from: +Download the Sparky's Public Key:
- +
-[[https://sparkylinux.org/repo/pool/main/s/sparky-keyring/|https://sparkylinux.org/repo/pool/main/s/sparky-keyring/]]  +
- +
-Then install it: +
-   sudo dpkg -i /path/to/sparky-keyring_VERSION_all.deb +
-   sudo apt-get update+
  
-or get the key manually ('wget2' has to be installed):+   wget -O - https://sourceforge.net/projects/sparkylinux/files/repo/sparky-repo.asc | sudo tee /etc/apt/trusted.gpg.d/sparky-repo.asc
  
-   wget2 -O - https://sparkylinux.org/repo/sparkylinux.gpg.key sudo apt-key add -+<WRAP center box 75%> 
 +|[[repository|<--- Sparky Repository]]  |  [[start|^ WIKI Start Page ^]]  | 
 +</WRAP>
  
repository_testing.1517308889.txt.gz · Last modified: 2021/05/04 15:25 (external edit)