aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libconfig-ruby/Rakefile (unfollow)
import urllib
import shutil

download_path = "/tmp/"

def saveimage(imageurl):
	filename = imageurl.split('/')[-1]
	tmpname = filename + ".tmp"
	try:
		urllib.urlretrieve(imageurl, download_path + tmpname)
	except IOError:
		return "Error downloading file"
	else:
		shutil.move(download_path + tmpname, download_path + filename)
		return download_path + filename


#saveimage("http://www.switch.ch/network/operation/statistics/geant2-day.png")
#saveimage("http://192.168.12.113/mrtg/127.0.0.1_2-day.png")
s'>-4195/+9632
AgeCommit message (Expand)AuthorFilesLines
2015-07-27New upstream release closes #749186Jonathan McCrohan1-1/+1
2015-07-27Transition to GCC5 C++11 ABIJonathan McCrohan4-4/+8
2015-07-09Fix overlength changelog entryJonathan McCrohan
2012-06-26Release libconfig 1.4.8-5debian/1.4.8-5Jonathan McCrohan1-2/+2
2012-04-28Switch to dh_9 style rules fileJonathan McCrohan2-94/+16
2012-04-06Create -doc package to allow multiarch -dev packagedebian/1.4.8-4Jonathan McCrohan4-2/+20
2012-03-25Set libconfig(++)8-dev as oldlibs extraJonathan McCrohan2-5/+10
2012-03-25Add Multiarch supportJonathan McCrohan8-11/+22
2012-03-25Improve libconfig(++)8-dev transition package descriptions.Jonathan McCrohan2-33/+9
2012-03-25Fix C++ buildflagsJonathan McCrohan2-1/+10
2012-03-05Release libconfig 1.4.8-3debian/1.4.8-3Jonathan McCrohan1-0/+10
2012-03-05Enable hardened build flagsJonathan McCrohan1-4/+5
2012-03-05Fix incorrect section for transitional packageJonathan McCrohan1-2/+2
2012-03-05Change arch of transitional package from all to anyJonathan McCrohan1-2/+2
2012-03-05Add Replaces + BreaksJonathan McCrohan1-0/+4
2012-03-01Release libconfig 1.4.8-2debian/1.4.8-2Jonathan McCrohan1-5/+13
2012-03-01Change from virtual packages to transitional packages.Jonathan McCrohan2-7/+44
2012-02-26Restore binary blobs from orig.Jonathan McCrohan2-0/+0
2012-02-26Lintian Fixes.Jonathan McCrohan4-5/+22
2012-02-26Add Conflicts to -dev packagesJonathan McCrohan2-1/+4
2012-02-26Clean up rules file.Jonathan McCrohan2-25/+12
2012-02-26Revert "Clean up debian/rules"Jonathan McCrohan2-14/+24
2012-02-26Use inheritance in package descriptions in debian/controlJonathan McCrohan1-2/+0
2012-02-22Clean up debian/rulesJonathan McCrohan2-24/+14
2012-02-15Upload to experimental.debian/1.4.8-1_exp1Jonathan McCrohan1-1/+1
2012-02-12Nitpicky typos.Jonathan McCrohan2-3/+3
2012-02-12Make changes as per JCristau's advice.Jonathan McCrohan1-9/+3
2012-02-11Remove unused entries from debian/rulesJonathan McCrohan1-2/+0
2012-02-11Fix typo in bugclose changelogJonathan McCrohan1-1/+1
2012-02-11Fix typo in libconfig++dev.examplesJonathan McCrohan1-3/+3
2012-02-11Update changelog.Jonathan McCrohan1-2/+5