emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70081: closed ([PATCH 0/2] debootstrap: Add PureOS support.)


From: GNU bug Tracking System
Subject: bug#70081: closed ([PATCH 0/2] debootstrap: Add PureOS support.)
Date: Tue, 02 Apr 2024 18:17:07 +0000

Your message dated Tue, 2 Apr 2024 21:16:44 +0300
with message-id <ZgxLjAkRPhNWOIoj@3900XT>
and subject line Re: [bug#70081] [PATCH 0/2] debootstrap: Add PureOS support.
has caused the debbugs.gnu.org bug report #70081,
regarding [PATCH 0/2] debootstrap: Add PureOS support.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70081: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70081
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] debootstrap: Add PureOS support. Date: Fri, 29 Mar 2024 19:23:59 +0100
Hi,

In the previous patchset I added Trisquel support in debootstrap and I could
not include the code that added PureOS support because debootstraping PureOS
didn't work due to a change in the PureOS repository structure.

Now that it's fixed upstream (in PureOS and/or newer debootstrap versions),
after installing the debootstrap included in this patchset we can easily
debootstrap PureOS byzantium:
    $ sudo -E debootstrap byzantium rootfs https://repo.puri.sm/pureos
    $ sudo chroot rootfs/ /bin/cat /etc/os-release
    ID=pureos
    NAME=PureOS
    PRETTY_NAME="PureOS 10 (Byzantium)"
    
    VERSION_ID="10"
    VERSION_CODENAME=byzantium
    
    HOME_URL="https://pureos.net/";
    SUPPORT_URL="https://puri.sm/faq/#faq-WherecanIfindoutmoreaboutPureOS";
    BUG_REPORT_URL="https://tracker.pureos.net/";
    
    LOGO=pureos-logo-icon

Denis 'GNUtoo' Carikli (2):
  gnu: Add pureos-archive-keyring.
  gnu: debootstrap: Use pureos-archive-keyring.

 gnu/packages/debian.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)


base-commit: 0ff72d105ca03a82de6bb5193266fd05fce72daf
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70081] [PATCH 0/2] debootstrap: Add PureOS support. Date: Tue, 2 Apr 2024 21:16:44 +0300
Thanks. Patches pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]