-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6610 Add pijul to known repository type #6665
6610 Add pijul to known repository type #6665
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll give it try locally in incoming days
EDIT: days, not months
@@ -693,3 +718,45 @@ vcsTestDriverDarcs mtimeChange verbosity vcs repoRoot = | |||
} | |||
darcs = runProgramInvocation verbosity . darcsInvocation | |||
|
|||
|
|||
vcsTestDriverPijul :: Verbosity -> VCS ConfiguredProgram |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Having test is great. I'll take a look at CI so it won't fail
(Looks like there is no apt-get install pijul
easy way of installing pijul on ubuntu)
vcsSyncRepos | ||
} | ||
where | ||
vcsCloneRepo :: Verbosity -- ^ it seams that pijul does not have verbose flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm quite sure it does, let us find out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... but indeed, it looks like there are no flags to affect output of pijul
atm. Surprising :)
4817756
to
479469b
Compare
I got Thanks for doing this @v0d1ch . |
479469b
to
f868d16
Compare
Merged in #6684 |
Unfortunately I could not install pijul on my machine and test out this pr so any help would be appreciated.