summaryrefslogtreecommitdiff
path: root/helpers
Commit message (Collapse)AuthorAgeFilesLines
* xfce-build: Fix build with SELinux (!58)HEADmasterSimon Steinbeiß2022-03-041-1/+2
| | | | | If you're using SELinux locally you will have to pass the "z" parameter to make the volume mounted in the container readable.
* xfce-update-news: Add release date and adjust separatorGaël Bonithon2022-02-071-4/+8
|
* xfce-do-release: Make warnings more visibleGaël Bonithon2022-02-011-4/+5
|
* xfce-do-release: Check the copyright year in `configure.ac*`Gaël Bonithon2022-02-011-0/+7
|
* xfce-do-release: Extend `configure.ac.in` update to `configure.ac`Gaël Bonithon2022-02-011-11/+23
| | | | | | | The use of `m4_define` is also found in `configure.ac` files, with or without a version tag, which is not a problem. The use of `XDT_VERSION_INIT` is probably always exclusive of the use of `m4_define`, but the filter by grep does not bother.
* xfce-do-release: Update Appdata fileGaël Bonithon2021-09-241-0/+22
| | | | | | This adds the new release to the Appdata file if the `<releases>` tag exists. This file is only searched in the root of the repository and in the `data` directory, and must be unique.
* xfce-do-release: A review of confirmation promptsGaël Bonithon2021-06-081-28/+37
| | | | | | | * Abort on failure in `sanity_checks()` * Always test if the version specified exists as a git tag * Always have a default choice, indicated by a capital letter * Remove unused function `get_on_with_it()`
* helpers: Improve script portabilityLandry Breuil2021-06-083-5/+5
| | | | Works better on OpenBSD now.
* xfce-do-release: Check for `docker` installedGaël Bonithon2021-02-021-2/+4
|
* helpers: Fix command-line if git-config core.editor is unsetJan Ziak2021-01-121-1/+1
| | | | | Closes: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/issues/43 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
* helpers: Add 'xfce-build describe' commandSimon Steinbeiß2021-01-021-7/+17
| | | | This command prints the versions of the components built within this container, which are located in the /git folder.
* helpers: Add xfce-build 'pull' argumentSimon Steinbeiss2020-12-141-1/+12
| | | | This command simply updates the container and then exits.
* helpers: Prefer xfce-build over xfce-test (Fixes #38)Simon Steinbeiss2020-12-091-3/+10
| | | | The xfce-build container is smaller and also what we use in GitLab CI.
* helpers: Add new helper xfce-open-gitlabSimon Steinbeiß2020-12-091-0/+54
| | | | | | This helper enables you to quickly open the GitLab project of your Git repository in your browser. You can navigate to a subpage by supplying it as an argument (e.g. "issues").
* helpers: Add helper to locally run xfce-buildSimon Steinbeiss2020-12-043-0/+26
|
* get-translations: Fix line wrappingAndre Miranda2020-10-221-1/+1
|
* helpers: Use blank line for tags messageAndre Miranda2020-07-121-1/+1
|
* helpers: Reuse release notes from NEWS for tag messageAndre Miranda2020-07-091-2/+6
|
* helpers: Simplify xfce-update-newsAndre Miranda2020-07-091-17/+6
| | | | | In my tests this works fine, unless I'm missing something I don't see a reason for writing to files.
* helpers: Do not strip NEWS blank line at EOFAndre Miranda2020-07-091-1/+1
|
* helpers: Install xfce-do-releaseAndre Miranda2020-07-091-0/+1
|
* helpers: Add do-release helper and ReadmeSimon Steinbeiß2020-07-082-0/+242
|
* helpers: Make get-translations executableSimon Steinbeiss2020-07-071-0/+0
|
* get-translations: Remove last commaAndre Miranda2020-07-071-2/+4
|
* get-translations: Correctly get locale from commit messagesAndre Miranda2020-07-061-1/+1
| | | | | | | The forth field of messages such as: I18n: Add new translation sq (100%). Is "translation", that's why we should pick the second last field.
* Install the xfce-helpersSimon Steinbeiss2020-06-171-0/+13
|
* Add two new helpersSimon Steinbeiss2020-06-172-0/+54
|
* Add helper script to get all translation-updatesSimon Steinbeiss2020-05-101-0/+49