aboutsummaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.in2
-rw-r--r--schemas/relaxng/left-right-schema.rng2
-rw-r--r--schemas/relaxng/myrpki.rng2
-rw-r--r--schemas/relaxng/publication-schema.rng2
-rw-r--r--schemas/relaxng/router-certificate-schema.rng2
-rw-r--r--schemas/relaxng/up-down-schema.rng2
6 files changed, 6 insertions, 6 deletions
diff --git a/schemas/Makefile.in b/schemas/Makefile.in
index b7dae635..6d2a34b0 100644
--- a/schemas/Makefile.in
+++ b/schemas/Makefile.in
@@ -47,7 +47,7 @@ ${abs_top_srcdir}/rpki/relaxng.py: ${abs_top_srcdir}/buildtools/make-relaxng.py
mv $@.tmp $@
${abs_top_srcdir}/rpki/sql_schemas.py: ${abs_top_srcdir}/buildtools/make-sql-schemas.py ${SQLS}
- ${PYTHON} ${abs_top_srcdir}/buildtools/make-sql-schemas.py >$@.tmp
+ cd sql; ${PYTHON} ${abs_top_srcdir}/buildtools/make-sql-schemas.py >$@.tmp
mv $@.tmp $@
relaxng/left-right-schema.rng: relaxng/left-right-schema.rnc
diff --git a/schemas/relaxng/left-right-schema.rng b/schemas/relaxng/left-right-schema.rng
index 6c3d2f1a..f153f0b6 100644
--- a/schemas/relaxng/left-right-schema.rng
+++ b/schemas/relaxng/left-right-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: left-right-schema.rnc 5753 2014-04-05 19:24:26Z sra $
+ $Id: left-right-schema.rnc 5757 2014-04-05 22:42:12Z sra $
RelaxNG schema for RPKI left-right protocol.
diff --git a/schemas/relaxng/myrpki.rng b/schemas/relaxng/myrpki.rng
index 07b8beb3..8c7473eb 100644
--- a/schemas/relaxng/myrpki.rng
+++ b/schemas/relaxng/myrpki.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: myrpki.rnc 5753 2014-04-05 19:24:26Z sra $
+ $Id: myrpki.rnc 5757 2014-04-05 22:42:12Z sra $
RelaxNG schema for MyRPKI XML messages.
diff --git a/schemas/relaxng/publication-schema.rng b/schemas/relaxng/publication-schema.rng
index 63fb6ea5..7c74698f 100644
--- a/schemas/relaxng/publication-schema.rng
+++ b/schemas/relaxng/publication-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: publication-schema.rnc 5753 2014-04-05 19:24:26Z sra $
+ $Id: publication-schema.rnc 5757 2014-04-05 22:42:12Z sra $
RelaxNG schema for RPKI publication protocol.
diff --git a/schemas/relaxng/router-certificate-schema.rng b/schemas/relaxng/router-certificate-schema.rng
index d8be9eda..90b50107 100644
--- a/schemas/relaxng/router-certificate-schema.rng
+++ b/schemas/relaxng/router-certificate-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: router-certificate-schema.rnc 5753 2014-04-05 19:24:26Z sra $
+ $Id: router-certificate-schema.rnc 5757 2014-04-05 22:42:12Z sra $
RelaxNG schema for BGPSEC router certificate interchange format.
diff --git a/schemas/relaxng/up-down-schema.rng b/schemas/relaxng/up-down-schema.rng
index 5368fa65..89235b7e 100644
--- a/schemas/relaxng/up-down-schema.rng
+++ b/schemas/relaxng/up-down-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: up-down-schema.rnc 5753 2014-04-05 19:24:26Z sra $
+ $Id: up-down-schema.rnc 5757 2014-04-05 22:42:12Z sra $
RelaxNG schema for the up-down protocol, extracted from RFC 6492.