Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
    • Jakub Jelinek's avatar
      Adjust crontab. · 4bc0bb44
      Jakub Jelinek authored
      2020-04-30  Jakub Jelinek  <jakub@redhat.com>
      
      	* crontab: Snapshots from trunk are now GCC 11 related.
      	Add GCC 10 snapshots from the respective branch.
      4bc0bb44
  2. Mar 12, 2020
  3. Feb 27, 2020
    • Jakub Jelinek's avatar
      maintainer-scripts: Speed up git clone in gcc_release · 494e434c
      Jakub Jelinek authored
      When doing the 8.4-rc1, I've noticed (probably also because of the dying
      disk on sourceware) that git clone is extremely slow, and furthermore when
      all of us have some local snapshots, it is a waste of resources to download
      everything again.  Especially for the -f runs when we'll need to wait until
      git tag -s asks us for a gpg password interactively.
      
      The following patch adds an option through which one can point the script
      at a local gcc .git directory from which it can --dissociate --reference ...
      during cloning to speed it up.
      
      2020-02-27  Jakub Jelinek  <jakub@redhat.com>
      
      	* gcc_release: Add support for -b local-git-repo argument.
      494e434c
  4. Jan 13, 2020
    • Jonathan Wakely's avatar
      Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git · 97e2f333
      Jonathan Wakely authored
      This patch replaces the update_web_docs_libstdcxx_svn script, that
      updates online documentation from its sources in the GCC repository, run
      once a day from cron, with update_web_docs_libstdcxx_git.
      
      	* update_web_docs_libstdcxx_git: New file.
      	* update_web_docs_libstdcxx_svn: Remove.
      	* crontab: Use update_web_docs_libstdcxx_git.
      97e2f333
    • Joseph Myers's avatar
      Replace update_web_docs_svn with update_web_docs_git. · 33742a0a
      Joseph Myers authored
      This patch replaces the update_web_docs_svn script, that updates
      online documentation from its sources in the GCC repository, run once
      a day from cron, with update_web_docs_git.
      
      	* update_web_docs_git: New file.
      	* update_web_docs_svn: Remove.
      	* crontab: Use update_web_docs_svn.
      33742a0a
    • Joseph Myers's avatar
      Update gcc_release for move to git. · 67e63570
      Joseph Myers authored
      This patch updates the gcc_release script, used for snapshots and
      releases, to use git instead of SVN.
      
      The parts of the changes used in building snapshots have been tested.
      The parts used for building releases have not, so it's likely further
      fixes may turn out to be needed there when releases are first built
      from git.
      
      	* gcc_release: Use git instead of SVN.
      	* crontab: Update gcc_release calls.
      67e63570
    • Joseph Myers's avatar
      Replace update_version_svn with update_version_git. · 18cb6ac2
      Joseph Myers authored
      This patch replaces the update_version_svn script, that updates the
      DATESTAMP files from cron, with update_version_git.
      
      	* update_version_git: New file.
      	* update_version:svn: Remove.
      	* crontab: Use update_version_git.
      18cb6ac2
  5. Nov 20, 2019
    • Janne Blomqvist's avatar
      Switch gcc ftp URL's to https · aeebd94c
      Janne Blomqvist authored
      The FTP protocol is getting long in the tooth, and we should emphasize
      HTTPS where that is available. This patch changes various gcc.gnu.org
      URL's to instead use HTTPS.
      
      For instance, kernel.org shut down FTP access in 2017, with the
      explanation:
      
      - The protocol is inefficient and requires adding awkward kludges to
        firewalls and load-balancing daemons
      - FTP servers have no support for caching or accelerators, which has
        significant performance impacts
      - Most software implementations have stagnated and see infrequent
        updates
      
      ChangeLog:
      
      2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * configure.ac: Use https for gcc.gnu.org.
              * configure: Regenerated.
      
      gcc/ChangeLog:
      
      2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * configure.ac: Use https for gcc.gnu.org.
              * configure: Regenerated.
              * doc/install.texi: Use https for gcc.gnu.org.
              * doc/sourcebuild.texi: Likewise.
      
      gcc/testsuite/ChangeLog:
      
      2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * README: Use https for gcc.gnu.org.
      
      libstdc++-v3/ChangeLog:
      
      2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * doc/html/api.html: Use https for gcc.gnu.org.
              * doc/xml/api.xml: Likewise.
      
      maintainer-scripts/ChangeLog:
      
      2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * gcc_release: Use https for gcc.gnu.org.
      
      From-SVN: r278526
      aeebd94c
  6. Nov 14, 2019
  7. Nov 05, 2019
  8. Aug 04, 2019
  9. May 04, 2019
  10. Feb 23, 2019
  11. Nov 22, 2018
  12. Oct 26, 2018
  13. May 03, 2018
  14. Apr 25, 2018
  15. Jan 25, 2018
  16. Oct 10, 2017
  17. May 23, 2017
  18. May 18, 2017
    • Matthias Klose's avatar
      gcc_release (build_gzip): Build xz tarball instead of bz2 tarball. · d3006155
      Matthias Klose authored
      2017-05-18  Matthias Klose  <doko@ubuntu.com>
      
              * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
              (build_diffs): Handle building diffs from either bz2 or xz tarballs,
              compress diffs using xz instead of bz2.
              (build_diff): Likewise.
              (upload_files): Check for *.xz files instead of *.bz2 files.
              (announce_snapshot): Announce xz tarball instead of bz2 tarball.
              (XZ): New definition.
              (<toplevel>): Look for both bz2 and xz compressed old tarballs.
      
      From-SVN: r248251
      d3006155
  19. Apr 20, 2017
  20. Mar 03, 2017
  21. Feb 28, 2017
    • Gerald Pfeifer's avatar
      update_web_docs_svn: Remove a reference to GCC 3.1. · b54f986e
      Gerald Pfeifer authored
      	* update_web_docs_svn: Remove a reference to GCC 3.1.  Describe   
      	settings to tweak if running on a host different from gcc.gnu.org.
      	(WWWBASE): Allow override via the environment.  Also check for
      	existance.
      
      From-SVN: r245774
      b54f986e
  22. Feb 07, 2017
  23. Sep 04, 2016
  24. Aug 17, 2016
  25. Aug 09, 2016
  26. Aug 03, 2016
  27. Jul 26, 2016
  28. Jun 13, 2016
  29. Apr 15, 2016
  30. Jun 23, 2015
  31. Jun 14, 2015
  32. Apr 13, 2015
Loading