The repository can be added to the system by installing a package. The location  of the repository can be changed in the future by pushing an update to the repo deb.
This commit is contained in:
crystal 2023-07-02 15:15:20 -06:00
parent 7645a4737f
commit 73da6b9d0d
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
15 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,5 @@
forgejo-deb-repo (0-0) unstable; urgency=medium
* forgejo-deb APT repository stub
-- crystal <crystal@noreply.codeberg.org> Wed, 2 Jul 2023 20:30:00 +0000

View file

@ -0,0 +1 @@
10

View file

@ -0,0 +1,12 @@
Source: forgejo-deb-repo
Section: admin
Priority: optional
Maintainer: crystal <crystal@noreply.codeberg.org>
Build-Depends: debhelper (>= 10)
Package: forgejo-deb-repo
Architecture: all
Priority: optional
Depends: apt-transport-https
Description: APT Repository for forgejo-deb builds
Forgejo will be updated via apt along with other software on your system

View file

@ -0,0 +1,2 @@
code-forgejo-org-crystal.asc /etc/apt/trusted.gpg.d
forgejo-deb.list /etc/apt/sources.list.d

4
repo-deb/stub/debian/rules Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with=systemd