Compare commits

..

37 Commits
OS3 ... main

Author SHA1 Message Date
6a201dab6f Update pika-build-config/amd64-v3.sh 2024-11-15 18:15:01 +01:00
540391bb1e Update .github/release-nest-v3
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 37s
2024-11-05 10:12:54 +01:00
667217576b Update pika-baseos/debian/changelog 2024-11-05 10:12:46 +01:00
659a30d5e8 Update pika-baseos/etc/hosts 2024-11-05 10:12:27 +01:00
7e274db7e2 Update pika-baseos/debian/pika-baseos.postinst 2024-11-05 10:12:14 +01:00
e3fd07b114 Update .github/release-nest-v3
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 43s
2024-11-05 10:05:22 +01:00
3df3e75bd4 Update main.sh 2024-11-05 10:05:15 +01:00
b3f0b2a614 Update pika-baseos/debian/changelog 2024-11-05 10:05:05 +01:00
2a6aa8daab Update pika-baseos/debian/pika-baseos.postinst 2024-11-05 10:04:48 +01:00
997063da16 Update .github/release-nest-v3
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 50s
2024-11-05 09:59:19 +01:00
9b013ef30a Update main.sh 2024-11-05 09:59:09 +01:00
f081b29e7f Update pika-baseos/debian/changelog 2024-11-05 09:58:59 +01:00
ddef5bd2b9 Update pika-baseos/debian/pika-baseos.postinst 2024-11-05 09:58:29 +01:00
6bd57ab4f4 Add pika-baseos/etc/hosts 2024-11-05 09:57:12 +01:00
db5205c1c3 Update .github/release-nest-v3
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 34s
2024-10-20 12:06:04 +02:00
819b0f3fd5 Update main.sh 2024-10-20 12:05:51 +02:00
58752bbdbe Update pika-baseos/debian/changelog 2024-10-20 12:05:40 +02:00
86154af3cd Update pika-baseos/debian/control 2024-10-20 12:05:14 +02:00
cc6a9cf1b6 Update .github/release-nest-v3
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 27s
2024-09-27 17:12:35 +02:00
10f87bb927 Update main.sh 2024-09-27 17:12:27 +02:00
ea415efcdd Update pika-baseos/debian/changelog 2024-09-27 17:12:04 +02:00
2a8a979fbd Do not require cups 2024-09-27 17:11:23 +02:00
Ward from fusion-voyager-3
d8a973e151 fix pika target detection 2024-07-26 22:40:30 +03:00
Ward from fusion-voyager-3
124e284e09 fully fix maintscripts 2024-07-26 01:33:07 +03:00
Ward from fusion-voyager-3
e0ada46374 fix maint env 2024-07-26 01:20:03 +03:00
03fd311d72 c 2024-07-25 21:13:10 +01:00
Ward from fusion-voyager-3
a42e1a9fd6 add license 2024-07-25 13:17:42 +03:00
0d8ac28fd4 Update .github/release-canary-v3
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 8s
2024-07-24 23:45:35 +02:00
Ward from fusion-voyager-3
355434c01e add firmware 2024-07-25 00:03:35 +03:00
Ward from fusion-voyager-3
58e1712031 fix typo
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Has been cancelled
2024-07-24 14:32:20 +03:00
Ward from fusion-voyager-3
74e4c0e484 fix main 2024-07-24 14:00:51 +03:00
Ward from fusion-voyager-3
b1f40f4882 add workflows
Some checks failed
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 7s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 0s
2024-07-24 04:03:17 +03:00
Ward from fusion-voyager-3
6a14890af4 fix main 2024-07-24 00:14:59 +03:00
Ward from fusion-voyager-3
f5393342c6 fix some depends 2024-07-23 16:00:49 +03:00
Ward from fusion-voyager-3
65e6396712 fix path and autocomplete 2024-07-23 11:45:45 +03:00
Ward from fusion-voyager-3
691e489439 fix main and release 2024-07-23 01:37:26 +03:00
Ward from fusion-voyager-3
a1f741d14c Update to PikaOS 4 2024-07-23 01:33:18 +03:00
22 changed files with 349 additions and 83 deletions

1
.github/build-canary-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

1
.github/build-nest-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

1
.github/release-canary-v3 vendored Normal file
View File

@ -0,0 +1 @@
2

1
.github/release-nest-v3 vendored Normal file
View File

@ -0,0 +1 @@
2

37
.github/workflows/build-canaryv3.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: PikaOS Package Build Only (Canary) (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/build-canary-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh

37
.github/workflows/build-nestv3.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: PikaOS Package Build Only (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/build-nest-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:nestv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh

40
.github/workflows/release-canaryv3.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Package Build & Release (Canary) (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/release-canary-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh

40
.github/workflows/release-nestv3.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Package Build & Release (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/release-nest-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:nestv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh

View File

@ -1,46 +0,0 @@
name: PikaOS Package Release
on:
workflow_dispatch
jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh
- name: Purge cache
uses: strrife/cloudflare-chunked-purge-action@master
env:
# Zone is required by both authentication methods
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
PURGE_URLS: ${{ vars.PURGE_URLS }}

24
LICENSE.md Normal file
View File

@ -0,0 +1,24 @@
MIT License (With DPKG packaging compatibility)
Copyright (c) 2024 PikaOS
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Notes:
The files covered by this license are any files and directories in the root of this repository (including but not limited to: `main.sh`, `release.sh`, and `.github`), with the exception of the `debian` directory and its contents if `debian/copyright` exists, and declares any files or directories as a different LICENSE/COPYRIGHT.

14
main.sh
View File

@ -1,3 +1,13 @@
#! /bin/bash
set -e
VERSION="3.0.7"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
cd ./pika-baseos cd ./pika-baseos
@ -5,8 +15,8 @@ cd ./pika-baseos
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package
dh_make --createorig LOGNAME=root dh_make --createorig -y -l -p pika-baseos_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage dpkg-buildpackage --no-sign
# Move the debs to output # Move the debs to output
cd ../ cd ../

View File

@ -1,3 +1,51 @@
pika-baseos (3.0.7-101pika2) pika; urgency=medium
* Add basic network config
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.7-101pika1) pika; urgency=medium
* Add basic network config
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.6-101pika1) pika; urgency=medium
* Add basic network config
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.5-101pika1) pika; urgency=medium
* zram-tools
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.4-101pika1) pika; urgency=medium
* remove cups
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.3-101pika1) pika; urgency=medium
* fix some depends
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.1-101pika1) pika; urgency=medium
* fix autocomplete and PATH
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.0-101pika1) pika; urgency=medium
* PikaOS 4
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (2.5.4-100pika8) pikauwu; urgency=medium pika-baseos (2.5.4-100pika8) pikauwu; urgency=medium
* Remove ACPI-CALL-DKMS as it is built into the kernel * Remove ACPI-CALL-DKMS as it is built into the kernel

View File

@ -9,10 +9,80 @@ Rules-Requires-Root: no
Package: pika-baseos Package: pika-baseos
Architecture: all Architecture: all
Essential: yes Essential: yes
Pre-Depends:
## Basic minimal setup
adduser,
apt,
apt-utils,
base-files,
console-setup,
debconf,
debconf-i18n,
dhcpcd-base,
e2fsprogs,
eject,
init,
iproute2,
iputils-ping,
kbd,
kmod,
less,
locales,
lsb-release,
mawk,
mount,
netbase,
netcat-openbsd,
netplan.io,
passwd,
procps,
python3,
sensible-utils,
sudo,
tzdata,
udev,
vim-tiny,
whiptail,
rsyslog,
zram-tools,
Depends: ${misc:Depends}, Depends: ${misc:Depends},
# Base # Base
## Basic minimal setup
adduser,
apt,
apt-utils,
base-files,
console-setup,
debconf,
debconf-i18n,
dhcpcd-base,
e2fsprogs,
eject,
init,
iproute2,
iputils-ping,
kbd,
kmod,
less,
locales,
lsb-release,
mawk,
mount,
netbase,
netcat-openbsd,
netplan.io,
passwd,
procps,
python3,
sensible-utils,
sudo,
tzdata,
udev,
vim-tiny,
whiptail,
rsyslog,
## General ## General
ubuntu-minimal, desktop-base,
libglib2.0-bin, libglib2.0-bin,
pika-package-manager, pika-package-manager,
apt-transport-https, apt-transport-https,
@ -23,9 +93,9 @@ Depends: ${misc:Depends},
dbus-user-session, dbus-user-session,
pika-sources, pika-sources,
openssh-server, openssh-server,
ppa-purge,
nano, nano,
bash-completion, bash-completion,
auto-complete-el,
wget, wget,
curl, curl,
git, git,
@ -43,11 +113,10 @@ Depends: ${misc:Depends},
gvfs-backends, gvfs-backends,
gvfs-fuse, gvfs-fuse,
## XDG ## XDG
policykit-desktop-privileges, policykit-1,
xdg-desktop-portal, xdg-desktop-portal,
xdg-user-dirs, xdg-user-dirs,
xdg-utils, xdg-utils,
xdg-terminal,
## Filesystems ## Filesystems
lvm2, lvm2,
ecryptfs-utils, ecryptfs-utils,
@ -63,7 +132,6 @@ Depends: ${misc:Depends},
fwupd, fwupd,
fwupdate, fwupdate,
pcmciautils, pcmciautils,
ubuntu-drivers-common,
mousetweaks, mousetweaks,
## Display and Graphics ## Display and Graphics
pika-amdgpu-core, pika-amdgpu-core,
@ -79,26 +147,11 @@ Depends: ${misc:Depends},
supergfxctl, supergfxctl,
switcheroo-control, switcheroo-control,
acpi, acpi,
## Printing ## Firmware
cups-bsd, linux-firmware,
cups, firmware-sof-signed,
openprinting-ppds,
printer-driver-brlaser,
printer-driver-c2esp,
printer-driver-foo2zjs,
printer-driver-gutenprint,
printer-driver-m2300w,
printer-driver-min12xxw,
printer-driver-ptouch,
printer-driver-pxljr,
printer-driver-sag-gdi,
printer-driver-splix,
cups-client,
cups-filters,
cups-pk-helper,
## Networking and Bluetooth ## Networking and Bluetooth
bluez, bluez,
bluez-cups,
ifupdown, ifupdown,
network-manager, network-manager,
resolvconf, resolvconf,
@ -109,7 +162,6 @@ Depends: ${misc:Depends},
wireless-tools, wireless-tools,
rfkill, rfkill,
gstreamer1.0-plugins-base-apps, gstreamer1.0-plugins-base-apps,
alsa-base,
glib-networking, glib-networking,
nfs-common, nfs-common,
samba-common-bin, samba-common-bin,

View File

@ -2,3 +2,6 @@
systemctl disable --now gpu-manager || true systemctl disable --now gpu-manager || true
systemctl mask gpu-manager || true systemctl mask gpu-manager || true
systemctl enable --now nvidia-pika-prime || true systemctl enable --now nvidia-pika-prime || true
apt-mark hold snapd || true
echo "" >> /etc/hosts
echo "127.0.1.1 ${HOSTNAME}" >> /etc/hosts

View File

@ -1,3 +1,6 @@
#! /usr/bin/make -f #! /usr/bin/make -f
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
%: %:
dh $@ dh $@

View File

@ -1 +1 @@
3.0 (native) 3.0 (quilt)

6
pika-baseos/etc/hosts Normal file
View File

@ -0,0 +1,6 @@
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

View File

@ -0,0 +1,2 @@
#! /bin/sh
export PATH="/usr/local/sbin:/usr/local/bin:/usr/local/libexec:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec:/usr/local/games:/usr/games:$PATH"

View File

@ -1,3 +0,0 @@
#! /bin/bash
#LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(echo $(for i in /usr/share/pika/ld.so.d/*; do cat $i && echo -e "\n" ; done) | grep -v '^#' | tr '\n' ':' | tr ' ' ':')"

10
pika-build-config/amd64-v3.sh Executable file
View File

@ -0,0 +1,10 @@
#! /bin/bash
export PIKA_BUILD_ARCH="amd64-v3"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto=auto"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto"
export DEB_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto"
export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0

5
pika-build-config/i386.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
export PIKA_BUILD_ARCH="i386"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0

View File

@ -1,8 +1,2 @@
# send debs to server # send debs to server
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/cockatiel-incoming/
# add debs to repo
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/'
# publish the repo
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:'