Skip to content
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

Add "--arch-filter" flag that mimics "--skip-constraints" #31

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 2, 2021

… but without printed warnings and without applying Constraints

@tianon
Copy link
Member Author

tianon commented Aug 2, 2021

$ bashbrew --arch amd64 list --uniq clefos
clefos:7
$ bashbrew --arch amd64 list --uniq --arch-filter clefos
$ 
$ diff -u <(bashbrew --arch s390x list --uniq debian) <(bashbrew --arch s390x list --uniq --arch-filter debian)
--- /dev/fd/63	2021-08-02 15:31:44.164225854 -0700
+++ /dev/fd/62	2021-08-02 15:31:44.164225854 -0700
@@ -5,18 +5,12 @@
 debian:buster-backports
 debian:buster-slim
 debian:experimental
-debian:oldstable
-debian:oldstable-backports
-debian:oldstable-slim
 debian:rc-buggy
 debian:sid
 debian:sid-slim
 debian:stable
 debian:stable-backports
 debian:stable-slim
-debian:stretch
-debian:stretch-backports
-debian:stretch-slim
 debian:testing
 debian:testing-backports
 debian:testing-slim

… printed warnings and without applying Constraints
@yosifkit yosifkit merged commit 7d4279f into docker-library:master Aug 4, 2021
@yosifkit yosifkit deleted the arch-filter branch August 4, 2021 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants