Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::zilla::plugin::git::check(3pm) [debian man page]

Dist::Zilla::Plugin::Git::Check(3pm)			User Contributed Perl Documentation		      Dist::Zilla::Plugin::Git::Check(3pm)

NAME
Dist::Zilla::Plugin::Git::Check - check your git repository before releasing VERSION
version 1.121820 SYNOPSIS
In your dist.ini: [Git::Check] allow_dirty = dist.ini allow_dirty = README changelog = Changes ; this is the default DESCRIPTION
This plugin checks that git is in a clean state before releasing. The following checks are performed before releasing: o there should be no files in the index (staged copy) o there should be no untracked files in the working copy o the working copy should be clean. The files listed in "allow_dirty" can be modified locally, though. If those conditions are not met, the plugin will die, and the release will thus be aborted. This lets you fix the problems before continuing. The plugin accepts the following options: o changelog - the name of your changelog file. defaults to Changes. o allow_dirty - a file that is allowed to have local modifications. This option may appear multiple times. The default list is dist.ini and the changelog file given by "changelog". You can use "allow_dirty =" to prohibit all local modifications. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Plugin::Git::Check(3pm)

Check Out this Related Man Page

Dist::Zilla::Plugin::Git::NextVersion(3pm)		User Contributed Perl Documentation		Dist::Zilla::Plugin::Git::NextVersion(3pm)

NAME
Dist::Zilla::Plugin::Git::NextVersion - provide a version number by bumping the last git release tag VERSION
version 1.121820 SYNOPSIS
In your dist.ini: [Git::NextVersion] first_version = 0.001 ; this is the default version_regexp = ^v(.+)$ ; this is the default DESCRIPTION
This does the Dist::Zilla::Role::VersionProvider role. It finds the last version number from your git tags, increments it using Version::Next, and uses the result as the "version" parameter for your distribution. The plugin accepts the following options: o "first_version" - if the repository has no tags at all, this version is used as the first version for the distribution. It defaults to "0.001". o "version_regexp" - regular expression that matches a tag containing a version. It must capture the version into $1. Defaults to ^v(.+)$ which matches the default "tag_format" from Dist::Zilla::Plugin::Git::Tag. If you change "tag_format", you must set a corresponsing "version_regexp". You can also set the "V" environment variable to override the new version. This is useful if you need to bump to a specific version. For example, if the last tag is 0.005 and you want to jump to 1.000 you can set V = 1.000. $ V=1.000 dzil release AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Plugin::Git::NextVersion(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

Check the Disk usage Programmatically

Hi all, Do we have anyway to get the freediskspace for within a C program? I need functionality similar to 'df -h' -> which gives the % of utilization... Otherwise, if we go and use 'system ("df -h /home/myhome/")', do we have any way of capturing the output into a string and parse the... (2 Replies)
Discussion started by: SriSri
2 Replies

2. UNIX for Dummies Questions & Answers

list files with modifications <15 minutes

Good Afternoon Guys: we can use ls -l to find out the files and their modification time. however, how to list the files say which are modified 15 minutes before. we have find command which uses -mtime and -atime for modification and access timing. However, if we just be restricted to the current... (2 Replies)
Discussion started by: tom_k_mishra
2 Replies

3. UNIX for Advanced & Expert Users

suPHP stopped working after dist-upgrade

Hi all, My server was Debian Etch (4) and had a working suPHP module (version 0.6.2-1). After I dist-upgraded it to Lenny (Debian 5), suPHP (version 0.6.2-3) stopped working. I read in the mailing list that I should change the settings of /etc/suphp/suphp.conf to this form: ;Handler... (1 Reply)
Discussion started by: mjdousti
1 Replies

4. UNIX for Dummies Questions & Answers

AIX commands newbie

Guys i am a newbie with AIX. I would be glad if you can help me produce answers in this questions. thanks 1. Check server connectivity 2. Check/review/investigate for login failure detection 3. Check/review/investigate for user login failure 4. Check/review/investigate for Revoke Detection... (0 Replies)
Discussion started by: redtred
0 Replies

5. Solaris

How To Check daylightsaving is On or Off

Daylight saving time depends on the current timezone which itself depends on the TZ variable value.$ echo $TZ Europe/Paris $ zdump -v $TZ | head -1 Europe/Paris Thu Jun 14 06:24:59 2012 UTC = Thu Jun 14 08:24:59 2012 CEST isdst=1isdst=1 means daylight saving time is on here. (0 Replies)
Discussion started by: jlliagre
0 Replies

6. Programming

Check record

moved (0 Replies)
Discussion started by: ust3
0 Replies