chore(idp): use kpop without dependency#12043
Merged
Merged
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
Instead of trying to download kpop every time, bring in the specific code that we are using. There is very little code that we are actually using from kpop so pulling it as a dependency is not really necessary and it should fix the current CI issues.
116bb00 to
bc78197
Compare
mklos-kw
approved these changes
Feb 20, 2026
|
ownclouders
pushed a commit
that referenced
this pull request
Feb 20, 2026
…ency chore(idp): use kpop without dependency
ownclouders
pushed a commit
that referenced
this pull request
Feb 21, 2026
…ency chore(idp): use kpop without dependency
Contributor
|
Why no changelog? |
Contributor
Author
|
This is a technical topic. It is a fix for CI but in no way changes any user functionality. We do changelog only for user facing changes. Same applies e.g. to dependencies where when bumping them we also omit changelog. |
ownclouders
pushed a commit
that referenced
this pull request
Feb 22, 2026
…ency chore(idp): use kpop without dependency
ownclouders
pushed a commit
that referenced
this pull request
Feb 23, 2026
…ency chore(idp): use kpop without dependency
ownclouders
pushed a commit
that referenced
this pull request
Feb 23, 2026
…ency chore(idp): use kpop without dependency
9 tasks
Merged
10 tasks
pull Bot
pushed a commit
to imide/nixpkgs
that referenced
this pull request
Apr 26, 2026
…sion = 3 The upstream tarball at https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz is no longer available. Adapted from the upstream fix in v8.0.1 (owncloud/ocis#12043).
llakala
pushed a commit
to llakala/nixpkgs
that referenced
this pull request
Apr 26, 2026
…sion = 3 The upstream tarball at https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz is no longer available. Adapted from the upstream fix in v8.0.1 (owncloud/ocis#12043).
RemuSalminen
pushed a commit
to RemuSalminen/nixpkgs
that referenced
this pull request
Apr 26, 2026
…sion = 3 The upstream tarball at https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz is no longer available. Adapted from the upstream fix in v8.0.1 (owncloud/ocis#12043).
salva09
pushed a commit
to salva09/nixpkgs
that referenced
this pull request
May 7, 2026
…sion = 3 The upstream tarball at https://download.kopano.io/community/kapp:/kpop-2.2.0.tgz is no longer available. Adapted from the upstream fix in v8.0.1 (owncloud/ocis#12043).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Instead of trying to download kpop every time, bring in the specific code that we are using. There is very little code that we are actually using from kpop so pulling it as a dependency is not really necessary and it should fix the current CI issues.
Motivation and Context
One less dependency and hopefully green CI.
How Has This Been Tested?