AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=59)
-   -   Changes - Part 2: Rolling Release Cycle (https://forums.alliedmods.net/showthread.php?t=271402)

Bara 09-11-2015 18:38

Re: Changes - Part 2: Rolling Release Cycle
 
Nice. Suggestions for new icons: Windows Linux Apple

asherkin 09-11-2015 18:40

Re: Changes - Part 2: Rolling Release Cycle
 
Quote:

Originally Posted by Bara (Post 2342062)
Nice. Suggestions for new icons: Windows Linux Apple

Those are the current icons.

Bara 09-11-2015 18:42

Re: Changes - Part 2: Rolling Release Cycle
 
Quote:

Originally Posted by asherkin (Post 2342064)
Those are the current icons.

Oh... :shock: But it looks terrible with blue background.

klausenbusk 09-11-2015 19:28

Re: Changes - Part 2: Rolling Release Cycle
 
A sourcemod-1.7.3-latest-<os>.zip could be useful for automated scripts and so..

PacifisticKiller 09-11-2015 19:57

Re: Changes - Part 2: Rolling Release Cycle
 
All of the sourcemod plugins stopped working on my server today. I'm wondering if it has to do with this update.

EDIT: Derp, my server hosting website hasn't updated to the sourcemod version yet so I have to do it manually, I was running 1.7.2

Akuba 09-11-2015 20:25

Re: Changes - Part 2: Rolling Release Cycle
 
Quote:

Originally Posted by klausenbusk (Post 2342082)
A sourcemod-1.7.3-latest-<os>.zip could be useful for automated scripts and so..

That or maybe some api-like thing that returns the url to the latest branch. I dislike using regex to filter it out .~.

and if we use the latest.zip, name it atleast sourcemod-stable-latest.zip.

psychonic 09-11-2015 22:27

Re: Changes - Part 2: Rolling Release Cycle
 
Quote:

Originally Posted by Fearts (Post 2342061)
I like this update, much easier that browsing through that waterfall page. I did like the waterfall page though because it showed when a build was being processed and time remaining. Will there be anything like that for compile times on this new page?

The existing waterfall URL still works. I just didn't find a good place for it on the new page yet.

Quote:

Originally Posted by klausenbusk (Post 2342082)
A sourcemod-1.7.3-latest-<os>.zip could be useful for automated scripts and so..

I agree, and us already having that would have made that part of the page much easier to implement as well. However, it's not easy to cleanly add in our current setup. It's still on the list.

Impact123 09-11-2015 22:51

Re: Changes - Part 2: Rolling Release Cycle
 
@Akuba
You don't need regex for this. If you have access to a shell you can use something like this
Code:

link="$(wget -qO- "http://www.sourcemod.net/downloads-new.php?branch=dev" | grep linux | cut -d "'" -f 2 | sed -n 2p)"
You can see it being used by calladmin here. It's not perfect but it works for now.

Bara 09-12-2015 04:56

Re: Changes - Part 2: Rolling Release Cycle
 
Empty languages.cfg in build 5241.
Spoiler

Akuba 09-12-2015 09:36

Re: Changes - Part 2: Rolling Release Cycle
 
Quote:

Originally Posted by Impact123 (Post 2342113)
@Akuba
You don't need regex for this. If you have access to a shell you can use something like this


I was looking for something like this, thank you :D


All times are GMT -4. The time now is 20:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.