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

Inject versions into all consent forms and DUA #48

Merged
merged 10 commits into from
May 21, 2020

Conversation

yarikoptic
Copy link
Member

@yarikoptic yarikoptic commented May 19, 2020

Please review on either I had missed anything ;) commit messages might provide details on how script was ran if interested ;)

anything else could be fixed up later after 1.0.0 release (this one would match the version of consent forms but that will not necessarily hold in the future since forms will have their own versions evolving with overall project version independent of them but may be at some point we might boost all of it to 2. ;))

Closes #27 #42

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "../tools/inject_version.sh 'OBC-ULT.$lang 1.0.0' source/i18n/ultimate.de.rst source/i18n/ultimate.es.rst source/i18n/ultimate.fr.rst source/i18n/ultimate.it.rst source/i18n/ultimate.pl.rst source/i18n/ultimate.zh.rst",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "docs"
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "../../../tools/inject_version.sh 'OBC-GDPR-DUA.$lang 1.0.0' i18n/data_user_agreement.bs.rst i18n/data_user_agreement.cs.rst i18n/data_user_agreement.de.rst i18n/data_user_agreement.el.rst i18n/data_user_agreement.es.rst i18n/data_user_agreement.fr.rst i18n/data_user_agreement.it.rst i18n/data_user_agreement.nl.rst i18n/data_user_agreement.no.rst i18n/data_user_agreement.tr.rst",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "docs/source/gdpr"
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "../../../tools/inject_version.sh 'OBC-GDPR-ULT.$lang 1.0.0' i18n/ultimate_gdpr.bs.rst i18n/ultimate_gdpr.cs.rst i18n/ultimate_gdpr.de.rst i18n/ultimate_gdpr.el.rst i18n/ultimate_gdpr.es.rst i18n/ultimate_gdpr.fr.rst i18n/ultimate_gdpr.it.rst i18n/ultimate_gdpr.nl.rst i18n/ultimate_gdpr.no.rst i18n/ultimate_gdpr.tr.rst",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "docs/source/gdpr"
}
^^^ Do not change lines above ^^^
@yarikoptic
Copy link
Member Author

Just now realized that may be Version: in translations should have been translated too ;) oh well, later on I guess

@yarikoptic yarikoptic merged commit a8070f4 into con:master May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initiate "branding" and versioning of the ultimate consent form
1 participant