[arch-commits] Commit in gcc/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Dec 27 19:51:34 UTC 2017


    Date: Wednesday, December 27, 2017 @ 19:51:33
  Author: bpiotrowski
Revision: 313710

Minor changes to snapshot function

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-27 19:44:16 UTC (rev 313709)
+++ PKGBUILD	2017-12-27 19:51:33 UTC (rev 313710)
@@ -42,8 +42,9 @@
   mv gcc-r${_svnrev} gcc-${_pkgver}
   tar cf - gcc-${_pkgver} | xz > gcc-${_pkgver}.tar.xz
   gpg -b gcc-${_pkgver}.tar.xz
-  #scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
+  scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
 
+  echo
   echo "pkgver=${_pkgver/-/+}"
 }
 



More information about the arch-commits mailing list