Manjaro Difference between revisions of "Translations:VCS PKGBUILD Guidelines/24/ru"

Difference between revisions of "Translations:VCS PKGBUILD Guidelines/24/ru"

From Manjaro
(Created page with "{{hc|<nowiki>pkgver() { cd "$srcdir/repo" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }</nowiki>| r1142.a17a017 }}")
 
(No difference)

Latest revision as of 04:42, 1 March 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (VCS PKGBUILD Guidelines)
{{hc|<nowiki>pkgver() {
  cd "$srcdir/repo"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}</nowiki>|
r1142.a17a017
}}
pkgver() {
  cd "$srcdir/repo"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
r1142.a17a017
Cookies help us deliver our services. By using our services, you agree to our use of cookies.