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

Master should target a commit #3577

Merged
merged 1 commit into from May 24, 2017

Conversation

reaperhulk
Copy link
Member

No description provided.

Jenkinsfile Outdated
"""
checkout([
$class: 'GitSCM',
branches: [[name: '*/master']],
Copy link
Member

Choose a reason for hiding this comment

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

Will this work on non-master branches? (e.g. release branches)

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so. We might be able to do the interpolation trick we were trying previously?

Jenkinsfile Outdated
bat "git rev-parse HEAD"
} else {
sh "git rev-parse HEAD"
}
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be pulled out of this branch. Also you'll need to cd cryptography before you rev-parse, I assume?

@reaperhulk reaperhulk force-pushed the master-should-target-a-commit branch from 1c8a969 to dc0c6fc Compare May 24, 2017 04:11
@alex alex merged commit a119d2e into pyca:master May 24, 2017
@reaperhulk reaperhulk deleted the master-should-target-a-commit branch May 24, 2017 17:00
reaperhulk added a commit to reaperhulk/cryptography that referenced this pull request May 26, 2017
alex pushed a commit that referenced this pull request May 26, 2017
* Switch to jenkinsfile (#3525)

* [WIP] add a jenkinsfile

* various jenkinsfile fixes [ci skip]

* experiments

* escape the escaping

* can't do that with /usr/bin/env bash

* continue isolation

* bleh

* optimistically enable everything

* things

* add timeout, codecov

* derp

* sigh

* add credentials for codecov upload

* print the env

* nonsense

* checkout without jenkins because jenkins sucks

* maybe we're not allowed to shadow

* maybe if we actually pass the variable

* scope

* cd into a thing

* also here

* print the commit and run all the jobs again

* son of a

* add labels

* ch-ch-ch-changes

* damn it

* add docs, pep8, py3pep8

* try some downstreams

* make this maybe work

* this is probably what we need

* faster testing

* run this in docker duh

* delete me some dirs

* wtf

* god

* more things

* oh boy locales

* re-enable everything, remove the locales now that they're embedded

* refactor, this will probably break everything

* small test

* sigh

* actually bind some variables. also rename things to be camelCase

* oookay

* this is not gonna work

* test all the things

* add docs-linkcheck, remove libre 2.5.3 because it is bad

* syntax is for losers

* append a thing

* add yosemite, run this thing daily

* oops

* some finally cleanup

* twisted is dead to us for a brief moment

* add randomorder and setup.py test

* whatever

* re-enable twisted

* delete everything. eat arby's

* delete everything this time

* all is emptiness

* master builds should use the commit at the time it was merged (#3577)

* Fixes #3573 -- archive the built docs in that builder (#3580)

* Fixes #3573 -- archive the built docs in that builder

* syntax

* try it without this

* I am an idiot

* this is unused

* uhh, let's try this

* maybe this?

* eh, html is the only thing

* ffffuuuu

* Ignore doctree

* broader exclude

* This works now

* pin sphinx version to avoid test breakage (#3544)

* fix compilation on 1.1.0f (#3603)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants