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

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

From Manjaro
(Created page with "==== Базис ==== {{hc|<nowiki>pkgver() { cd "$srcdir/repo" printf "r%s" "$(bzr revno)" }</nowiki>| r830 }}")
 
(No difference)

Latest revision as of 04:44, 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)
==== Bazaar ====
{{hc|<nowiki>pkgver() {
  cd "$srcdir/repo"
  printf "r%s" "$(bzr revno)"
}</nowiki>|
r830
}}

Базис

pkgver() {
  cd "$srcdir/repo"
  printf "r%s" "$(bzr revno)"
}
r830
Cookies help us deliver our services. By using our services, you agree to our use of cookies.