Add package repo for Debian Unstable on dl.jami.net
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Amin Bandali added Debian label
added Debian label
- Author Owner
This is now done in https://git.jami.net/savoirfairelinux/ring-project/-/commit/5ab9db7a70afe1e31f627f4fd1b0b59a95ce39f6.
The logic I came up with to check if we are on Unstable is:
... elif [ "${ID}" = "debian" ] && \ [ "$(command -v apt-cache)" ] && \ [ "$(command -v grep)" ] && \ apt-cache policy | grep -q "a=unstable" -; then ENDTAG="debian_unstable" ...
- Amin Bandali added SprintDone label
added SprintDone label
- Amin Bandali closed
closed
- Amin Bandali removed SprintDone label
removed SprintDone label
- Amin Bandali changed title from Evaluate packaging for Debian Unstable in our own repo to Add package repo for Debian Unstable on dl.jami.net
changed title from Evaluate packaging for Debian Unstable in our own repo to Add package repo for Debian Unstable on dl.jami.net
- Loic Bogino added packaging label
added packaging label
Please register or sign in to reply