Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
q
/
rpki-setup-key-rollover
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
28dafa4
.circleci
.github
.idea
lib
.editorconfig
.gitignore
.gitmodules
.note.xml
CONTRIBUTING.md
LICENSE.md
Makefile
README.md
draft-misell-rpki-bpki-key-rollover.xml
Breadcrumbs
rpki-setup-key-rollover
/
Makefile
Blame
Blame
Latest commit
History
History
14 lines (11 loc) · 339 Bytes
Breadcrumbs
rpki-setup-key-rollover
/
Makefile
Top
File metadata and controls
Code
Blame
14 lines (11 loc) · 339 Bytes
Raw
LIBDIR := lib PAGES_BRANCH := gh-pages include $(LIBDIR)/main.mk $(LIBDIR)/main.mk: ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) git submodule sync git submodule update $(CLONE_ARGS) --init else git clone -q --depth 10 $(CLONE_ARGS) \ -b main https://github.com/martinthomson/i-d-template $(LIBDIR) endif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You can’t perform that action at this time.