You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/11 07:55:42 UTC

[directory-studio] branch master updated: Fix PDF user guide. Add more test instructions.

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new 636226c  Fix PDF user guide. Add more test instructions.
636226c is described below

commit 636226c0528cddf30f995927494df87e7a3daa01
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Apr 11 09:55:28 2020 +0200

    Fix PDF user guide. Add more test instructions.
---
 README.md                                              | 18 +++++++++++++++---
 .../docbook/1.3.2_configuration_editor_ldap_server.xml |  2 +-
 .../1.3.3_configuration_editor_kerberos_server.xml     |  2 +-
 .../docbook/1.3.4_configuration_editor_partitions.xml  |  4 ++--
 .../src/main/docbook/1.3.5_configuration_editor_pp.xml |  2 +-
 .../main/docbook/1.3.6_configuration_editor_repl.xml   |  2 +-
 6 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 7e17518..2e59453 100644
--- a/README.md
+++ b/README.md
@@ -142,19 +142,31 @@ We release the following artifacts:
 
 Update the copyright year. Full text search/replace "2006-2020". Also change in `plugins/rcp/src/main/resources/splash.bmp` image.
 
-Test the release build: rat check, javadoc and source jar generation, installer generation, GPG signing, userguide generation
+Test the release build: rat check, javadoc and source jar generation, installer generation, GPG signing, userguide generation:
 
     mvn -f pom-first.xml clean install
     mvn -Papache-release,windows,macos -Duserguides clean install
 
 Note: During creation of the macOS installer (DMG) the ApacheDirectoryStudio.app is signed with the ASF "Developer ID Application" key. See https://issues.apache.org/jira/browse/INFRA-16978 for the process to get one.
 
+Test the build and sign process for distribution packages:
+
+    export VERSION=2.0.0-SNAPSHOT
+    export RELEASE_KEY=28686142
+    cd dist
+    ./dist.sh
+
+Test the distribution packages:
+
+* Test generated bin archives, installers, and update site (if possible on all platforms).
+* Review generated user guides (pdf, html, Eclipse help)
+* Review the generated source archive
+* Verify signatures and checksums
+
 Run UI tests (if possible on all platforms):
 
     mvn clean install -Denable-ui-tests
 
-Test generated bin archives, installers, and update site (if possible on all platforms).
-
 ### Release build steps
 
 As Tycho doesn't support the maven-release-plugin the release process is as follows:
diff --git a/helps/apacheds.help/src/main/docbook/1.3.2_configuration_editor_ldap_server.xml b/helps/apacheds.help/src/main/docbook/1.3.2_configuration_editor_ldap_server.xml
index ed8c0e0..22a893c 100644
--- a/helps/apacheds.help/src/main/docbook/1.3.2_configuration_editor_ldap_server.xml
+++ b/helps/apacheds.help/src/main/docbook/1.3.2_configuration_editor_ldap_server.xml
@@ -48,7 +48,7 @@
 		<screenshot>
 			<mediaobject>
 				<imageobject>
-					<imagedata scale="50"
+					<imagedata scale="33"
 						fileref="images/gettingstarted/editor_2.0.0_ldap_servers.png"
 						format="PNG" />
 				</imageobject>
diff --git a/helps/apacheds.help/src/main/docbook/1.3.3_configuration_editor_kerberos_server.xml b/helps/apacheds.help/src/main/docbook/1.3.3_configuration_editor_kerberos_server.xml
index a39b3cd..86350cc 100644
--- a/helps/apacheds.help/src/main/docbook/1.3.3_configuration_editor_kerberos_server.xml
+++ b/helps/apacheds.help/src/main/docbook/1.3.3_configuration_editor_kerberos_server.xml
@@ -40,7 +40,7 @@
 		<screenshot>
 			<mediaobject>
 				<imageobject>
-					<imagedata scale="50"
+					<imagedata scale="33"
 						fileref="images/gettingstarted/editor_2.0.0_kerberos_server.png"
 						format="PNG" />
 				</imageobject>
diff --git a/helps/apacheds.help/src/main/docbook/1.3.4_configuration_editor_partitions.xml b/helps/apacheds.help/src/main/docbook/1.3.4_configuration_editor_partitions.xml
index c5578cd..04c62b9 100644
--- a/helps/apacheds.help/src/main/docbook/1.3.4_configuration_editor_partitions.xml
+++ b/helps/apacheds.help/src/main/docbook/1.3.4_configuration_editor_partitions.xml
@@ -31,7 +31,7 @@
 		<screenshot>
 			<mediaobject>
 				<imageobject>
-					<imagedata scale="50"
+					<imagedata scale="33"
 						fileref="images/gettingstarted/editor_2.0.0_partitions.png"
 						format="PNG" />
 				</imageobject>
@@ -92,7 +92,7 @@
 		</para>
 	</simplesect>
 
-	<simplesect id="configuration_editor_2.0.0_partitions_details">
+	<simplesect id="configuration_editor_2.0.0_partitions_context_entry">
 		<title>Context Entry</title>
 		<para>
 			Check the
diff --git a/helps/apacheds.help/src/main/docbook/1.3.5_configuration_editor_pp.xml b/helps/apacheds.help/src/main/docbook/1.3.5_configuration_editor_pp.xml
index 758b76d..922f151 100644
--- a/helps/apacheds.help/src/main/docbook/1.3.5_configuration_editor_pp.xml
+++ b/helps/apacheds.help/src/main/docbook/1.3.5_configuration_editor_pp.xml
@@ -33,7 +33,7 @@
 		<screenshot>
 			<mediaobject>
 				<imageobject>
-					<imagedata scale="50"
+					<imagedata scale="33"
 						fileref="images/gettingstarted/editor_2.0.0_passwordpolicies.png"
 						format="PNG" />
 				</imageobject>
diff --git a/helps/apacheds.help/src/main/docbook/1.3.6_configuration_editor_repl.xml b/helps/apacheds.help/src/main/docbook/1.3.6_configuration_editor_repl.xml
index 0699c4b..85588ac 100644
--- a/helps/apacheds.help/src/main/docbook/1.3.6_configuration_editor_repl.xml
+++ b/helps/apacheds.help/src/main/docbook/1.3.6_configuration_editor_repl.xml
@@ -31,7 +31,7 @@
 		<screenshot>
 			<mediaobject>
 				<imageobject>
-					<imagedata scale="50"
+					<imagedata scale="33"
 						fileref="images/gettingstarted/editor_2.0.0_replication.png"
 						format="PNG" />
 				</imageobject>