similar to: [IMPORTANT] Mailing list Move & Downtime (Tuesday, August 4th)

Displaying 20 results from an estimated 7000 matches similar to: "[IMPORTANT] Mailing list Move & Downtime (Tuesday, August 4th)"

2015 Jul 28
1
[LLVMdev] [IMPORTANT] Mailing list Move & Downtime (Tuesday, August 4th)
On August 4th (~9AM PDT, exact time TBD), all LLVM related mailing lists will move to a new mailing list server and will change to listname at lists.llvm.org. LLVMDev will probably change to LLVM-Dev to preserve consistency. This means a couple of things: 1) All mailing lists will be down on August 4th. We anticipated at least the full day of downtime (hopefully less if things go well). 2) SVN
2015 Aug 04
0
Mailing list move NOW!
The LLVM mailing lists are being moved to their new home starting at 9AM PDT TODAY. As a reminder: 1) SVN access will be read only 2) Bugzilla is unavailable 3) LLVM Reviews will be down. 3) Mailing lists will move to listname at lists.llvm.org (plus 2 are renamed: LLVMDev -> llvm-dev, LLVMBugs -> llvm-bugs) I will send an email to the new lists once they are open for posting and when SVN
2008 Apr 04
2
[LLVMdev] llvm.org Downtime on Tuesday, March 8
Dear All, The LLVM network services (llvm.org web site, SVN server, etc.) will be offline starting at 10:30 am Central Time on Tuesday, March 8. We are moving the machine hosting these services to the server room where it will be a dedicated server machine from Tuesday henceforth. I expect the move will take less than 15 minutes. I will email the list about an hour before the move as a
2008 Apr 04
0
[LLVMdev] llvm.org Downtime on Tuesday, March 8
March or April? ;) -Tanya On Fri, 4 Apr 2008, John Criswell wrote: > Dear All, > > The LLVM network services (llvm.org web site, SVN server, etc.) will be > offline starting at 10:30 am Central Time on Tuesday, March 8. We are > moving the machine hosting these services to the server room where it > will be a dedicated server machine from Tuesday henceforth. > > I
2015 Jul 07
2
[LLVMdev] llvm.org DOWNTIME & IP CHANGE (Thursday, 7/9 @12pm PDT)
All, llvm.org <http://llvm.org/> (including SVN and all web services) will be down on Thursday 7/9 starting at 12PM PDT. The server will be moved to a new location with a new IP address (192.17.58.186). It may take awhile for the DNS changes to propagate (TTL is 1 hour). I will send email to the list again shortly before the move begins. Thank you for your patience! -Tanya
2019 Feb 09
0
Use sieve to move all mail automatically based on List-Id
Dear all, I currently use the following rule to automatically sort email into folders based on mailing lists: # split out the various list forms # Mailman & other lists using list-id if exists "list-id" { ??? if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { ??????? set :lower "listname" "${1}"; ??????? fileinto :create
2004 Oct 13
0
[LLVMdev] RESOLVED: [LLVMbugs] [Bug 451] Libtool does not create libNAME.$(SHLIBEXT) files when building dynamic libs
I'm forwarding this bug resolution because it has a pretty wide impact on LLVM developers. This bug (451) has been resolved (well, works for me anyway). If you have reconfigured your build tree since October 4th, you need to reconfigure again. The bug produced shared objects that don't have a .so extension. Reconfiguring will fix this problem. The notes below show what was needed to
2008 Feb 02
0
[LLVMdev] Fwd: [LLVMbugs] [Bug 1971] New: EQUIVALENCE not supported in llvm-gfortran
Anton, I didn't know that EQUIVALENCE is the only unsupported major Fortran feature, as this bug says. Can you give me an update on the status of the Fortran front-end and what the near-term goals are? I am getting more requests from academics doing HPC compilers and it would be useful to know where Fortran support stands. Other llvmdev'ers may be interested too. Thanks,
2006 Oct 27
0
[LLVMdev] llvmdev mailing list downtime
Dear list members, On Monday, October 30, at 11 am Central Time, the llvmdev mailing list will be offline for some testing. The testing should last about 15-20 minutes and will hopefully shed some light on why the mailing list is taking so long to deliver email to some people. I will send mail to the list when the testing begins and ends. During the tests, I will be disabling a few email
2012 Nov 09
1
[LLVMdev] LLVMbugs list suggestion
Currently the LLVMbugs list only receives emails when a new bug is filed or an existing bug gets finally resolved. The gcc-bugs list on the other hand receives an email for every new comment in bugzilla. This leads to much better transparency, because you can easily see which bugs are currently being worked on; while the current LLVMbugs setup left you totally in the dark. So my suggestion would
2013 Nov 19
1
Quick question on sieve
I have a procmail recipe that does the majority of my heavy lifting for my mailing lists. It's pretty straightforward, but as I understand it, this isn't something sieve can do: # [ ] contains a space and a tab :0 * 9876543210^0 ^(List-Id:.*<|X-Mailing-List:[ ]*)\/[-A-z0-9_+]+ * 9876543210^0 ^(List-Post:[ ]*(<mailto:)?|List-Owner:[ ]*(<mailto:)?owner-)\/[-A-Z0-9_+]+ *
2008 Sep 10
2
comparing a list and vector and returnig the listname
hi, I have list of length 5453 and vector of length 14318.I need to compare the vector with the list and return the list name if matched.I am thinking of using an lapply but how to retrive the listname is wat i am puzzled abt. kindly let me know how to go abt it. Ramya -- View this message in context:
2018 Feb 23
3
Remove "Duplicate" emails
In a quest to remove ?duplicate? messages sent to both me and lists I subscribe to I came up with this, which I think should clean out my Archive folder, but I?ve been unable to get it to work for scanning all on my list-user email. $ doveadm -f table fetch -u kremels 'hdr.message-id guid uid hdr.x-listname' mailbox "Archive" | sort| awk 'cnt[$1]++{if (cnt[$1]==2) print
2002 Dec 06
1
[LLVMdev] WRT: function pointers + DSG
LLVM, What do I pass into the DSG in order to access the globals vector of functions that a function pointer may be calling. The code: CallInst *calli = dynamic_cast<CallInst*>(*i); std::vector<GlobalValue*> funcVect = theGraph.getNodeForValue(calli->getCalledFunction()).getNode()->getGlobals(); Doesn't appear to work... getCalledFunction() returns 0 Dave On Fri, 6 Dec
2005 Jul 11
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Tue, 12 Jul 2005, Aaron Gray wrote: >>>> You shouldn't have to add new classes to the .td file, just modify >>>> printOp for your asmprinters. >>> I dont think printOp is virtual and therefore cannot be overriden ? >> Why does it need to be virtual? No 'intel' printers want % signs. > > The GAS intel code generator generates percents,
2000 Aug 01
0
MDKSA-2000:028 kon2 update
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ________________________________________________________________________ Linux-Mandrake Security Update Advisory ________________________________________________________________________ Package name: kon2 Date: August 1st, 2000 Advisory ID: MDKSA-2000:028 Affected versions: 7.0, 7.1
2013 Jul 23
0
KVM Forum 2013 Call for Participation - Extended to August 4th
We have received numerous requests to extend the CFP deadline and so we are happy to announce that the CFP deadline has been moved by two weeks to August 4th. ================================================================= KVM Forum 2013: Call For Participation October 21-23, 2013 - Edinburgh International Conference Centre - Edinburgh, UK (All submissions must be received before midnight July
2013 Jul 23
0
KVM Forum 2013 Call for Participation - Extended to August 4th
We have received numerous requests to extend the CFP deadline and so we are happy to announce that the CFP deadline has been moved by two weeks to August 4th. ================================================================= KVM Forum 2013: Call For Participation October 21-23, 2013 - Edinburgh International Conference Centre - Edinburgh, UK (All submissions must be received before midnight July
2019 Jun 13
4
Sieve logging?
On 13 Jun2019, at 02:18, Matt Anton via dovecot <dovecot at dovecot.org> wrote: > > Sieve logs are in users?s homes and can be configured with ? sieve_user_log ?: > > ? sieve_user_log = > The path to the file where the user log file is written. If not configured, a default location is used. If the main user's personal Sieve (as configured with sieve=) is a file, the
2000 Jul 11
0
MDKSA-2000:018 dump update
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ________________________________________________________________________ Linux-Mandrake Security Update Advisory ________________________________________________________________________ Package name: dump Date: July 11th, 2000 Advisory ID: MDKSA-2000:018 Affected versions: 6.0, 6.1, 7.0, 7.1