mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update develop-deb.yml
This commit is contained in:
parent
aafe325bb9
commit
ec477cb288
1 changed files with 6 additions and 4 deletions
10
.github/workflows/develop-deb.yml
vendored
10
.github/workflows/develop-deb.yml
vendored
|
|
@ -61,14 +61,16 @@ jobs:
|
|||
#find . -type f ! -regex '.*.hg.*' ! -regex '.*?debian-binary.*' ! -regex '.*?DEBIAN.*' -printf '%P ' | xargs md5sum 1>/dev/null 2>/dev/null || true
|
||||
#
|
||||
cat > DEBIAN/control <<EOF
|
||||
Package: edumeet-develop
|
||||
Package: edumeet
|
||||
Version: $VERSION
|
||||
Maintainer: eduMEET team (https://github.com/edumeet)
|
||||
Maintainer: eduMEET team (${{ github.server_url }}/${{ github.repository }})
|
||||
Section: admin
|
||||
Date : $DATE
|
||||
Architecture: amd64
|
||||
Priority: important
|
||||
Description: Multiparty web-meetings using mediasoup and WebRTC
|
||||
Priority: optional
|
||||
Description: eduMMET is multiparty web-meetings based on mediasoup and WebRTC
|
||||
Packet created from ${{ github.ref_name }} branch, commit:${{ github.sha }}
|
||||
Visit ${{ github.server_url }}/${{ github.repository }}/tree/${{ github.ref_name }} for details
|
||||
Depends: nodejs (>= 16), redis
|
||||
EOF
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue