Skip to content

Conversation

@rhatdan
Copy link
Member

@rhatdan rhatdan commented Nov 1, 2017

Signed-off-by: Daniel J Walsh dwalsh@redhat.com

@mheon
Copy link
Member

mheon commented Nov 1, 2017

CI is running, this is very promising

@rhatdan rhatdan force-pushed the master branch 2 times, most recently from 63bb055 to c91c78c Compare November 1, 2017 20:17
@cevich
Copy link
Member

cevich commented Nov 1, 2017

baaa...lessee whahappeeen...

@cevich
Copy link
Member

cevich commented Nov 1, 2017

checking lint
make: ./.tool/lint: Command not found
make: *** [Makefile:67: lint] Error 127
make: Leaving directory '/root/gopath/src/github.com/projectatomic/libpod'

yourfault.../me runs away 😀

(srsly, giving a once-over of changes here...)

@mheon
Copy link
Member

mheon commented Nov 1, 2017

We're doing install.tools which should grab the linter. Maybe it's in the wrong place?

@rhatdan
Copy link
Member Author

rhatdan commented Nov 1, 2017

No idea why this closed.

@mheon
Copy link
Member

mheon commented Nov 1, 2017

I don't have permission to reopen - you're repo owner

Copy link
Member

@cevich cevich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some things to thinkabout at least...

.papr.sh Outdated

export GOPATH=$HOME/gopath
export PATH=$HOME/gopath/bin:$PATH
export GOSRC=$HOME/gopath/src/github.com/projectatomic/libpod
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, is $HOME appropriate here? I dunno what "user" is running the job or where it starts from. Maybe I'm wrong though, it's worth double checking.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was copied from buildah, I think in CI this will be /root

.papr.sh Outdated

(mkdir -p $GOSRC && cd /code && cp -r . $GOSRC)

dnf install -y \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I this ever going to run against a RHEL system? Hmmm....n/m it's probably not a problem that needs solving now.

.papr.sh Outdated

# PAPR adds a merge commit, for testing, which fails the
# short-commit-subject validation test, so tell git-validate.sh to only check
# up to, but not including, the merge commit.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice comment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from buildah

.papr.sh Outdated
# short-commit-subject validation test, so tell git-validate.sh to only check
# up to, but not including, the merge commit.
export GITVALIDATE_TIP=$(cd $GOSRC; git log -2 --pretty='%H' | tail -n 1)
export TAGS="seccomp $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/btrfs_installed_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an old-fuddy-duddy, I like having all my "constants" all at the beginning, so I always know where to find them. I dunno though for this context, maybe that doesn't make sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem moving but again this came from buildah. We should probably be consistent.

.papr.yml Outdated
branches:
- master
- auto
- try
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, not sure why you need anything other than 'master'.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me neither. I will remove auto and try.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are for homu.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Mostly we just use the auto branch - when doing a merge, it pushes there first and waits for PAPR to report)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's a "homu"? Can you eat it? 😀

@rhatdan I checked the docs, this is just the branches to test, so just 'master' is appropriate here since none of the other branches exist.

/me still wonders what a homu is

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cevich Homu will create those branches when doing a merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooohhh, https://github.com/servo/homu/ it's a service. gotcha, kk, I'll put those back and add a comment 😀

Makefile Outdated
@@ -146,7 +146,7 @@ install.man:
install ${SELINUXOPT} -m 644 $(filter %.8,$(MANPAGES)) -t $(MANDIR)/man8

install.config:
install ${SELINUXOPT} -D -m 644 seccomp.json $(ETCDIR_CRIO)/seccomp.json
install ${SELINUXOPT} -D -m 644 seccomp.json $(ETCDIR_LIBPOD)/seccomp.json
install ${SELINUXOPT} -D -m 644 crio-umount.conf $(OCIUMOUNTINSTALLDIR)/crio-umount.conf

install.completions:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did not review...all JFM to me 😀

@cevich cevich mentioned this pull request Nov 1, 2017
baude referenced this pull request in baude/podman Aug 31, 2019
plugins: add plugins from containernetworking/cni
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 28, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants