[Groonga-commit] groonga/groonga at bcb186c [master] windows: update cv2pdb.exe URL

Back to archive index
Kouhei Sutou null+****@clear*****
Sat Apr 20 11:34:11 JST 2019


Kouhei Sutou	2019-04-20 11:34:11 +0900 (Sat, 20 Apr 2019)

  Revision: bcb186ceb519597647e9459ac42d1eac113ea0a4
  https://github.com/groonga/groonga/commit/bcb186ceb519597647e9459ac42d1eac113ea0a4

  Message:
    windows: update cv2pdb.exe URL

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+3 -1)
===================================================================
--- packages/windows/Rakefile    2019-04-20 08:57:30 +0900 (c1deaf10e)
+++ packages/windows/Rakefile    2019-04-20 11:34:11 +0900 (16a880e04)
@@ -509,7 +509,9 @@ namespace :pdb do
   namespace :extractor do
     desc "Generate PDB extractor"
     task :generate do
-      cv2pdb_url = "https://ci.appveyor.com/api/projects/rainers/visuald/artifacts/cv2pdb.exe?job=Environment%3A%20os%3DVisual%20Studio%202013%2C%20VS%3D12%2C%20APPVEYOR_BUILD_WORKER_IMAGE%3DVisual%20Studio%202015"
+      # We need to update this link every 6 months because AppVeyor deletes
+      # old artifacts.
+      cv2pdb_url = "https://ci.appveyor.com/api/buildjobs/gl3b0arc0rp8chhe/artifacts/cv2pdb.exe"
       cv2pdb = download(cv2pdb_url, download_dir)
       chmod(0755, cv2pdb)
       generate_pdb_bat = bin_dir + "generate-pdb.bat"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190420/a40e88bf/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index