Skip to content

Commit

Permalink
Flatpak: Set the subject used for repository commits
Browse files Browse the repository at this point in the history
When storing the output of a Flatpak build to a commit into an OSTree
repository (by setting the $FLATPAK_REPO environment variable), it is
good to have a descriptive subject in the commit log message.
  • Loading branch information
aperezdc committed Dec 16, 2016
1 parent 86f5213 commit 464cffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gulpfile.vscode.linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ function buildFlatpak(arch) {
];
const buildOptions = {
arch: flatpakArch,
subject: product.nameLong + ' ' + packageJson.version + '.' + linuxPackageRevision,
};
// If requested, use the configured path for the OSTree repository.
if (process.env.FLATPAK_REPO) {
Expand Down

0 comments on commit 464cffc

Please sign in to comment.